Skip to content

Commit

Permalink
Remove trait glob import
Browse files Browse the repository at this point in the history
The import should have had no effect and will become an error once rust-lang/rust#32134 lands.
  • Loading branch information
TimNN committed Mar 9, 2016
1 parent 7c3dc8e commit fb12e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use num::traits::cast;
use std::f64;
use std::ops::{Add,Mul,Div,Sub,Neg};
use std::cmp::Ordering;
pub use Angle::*;



Expand Down

0 comments on commit fb12e01

Please sign in to comment.