Skip to content

Commit fb12e01

Browse files
committed
Remove trait glob import
The import should have had no effect and will become an error once rust-lang/rust#32134 lands.
1 parent 7c3dc8e commit fb12e01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use num::traits::cast;
44
use std::f64;
55
use std::ops::{Add,Mul,Div,Sub,Neg};
66
use std::cmp::Ordering;
7-
pub use Angle::*;
87

98

109

0 commit comments

Comments
 (0)