Skip to content

Commit a0846d4

Browse files
committed
tidy
1 parent 3edc7c0 commit a0846d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libcore/num/strconv.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ use str;
1616
use kinds::Copy;
1717
use vec;
1818
use num::{NumCast, Zero, One, cast, pow_with_uint};
19-
/*use num::{Round, RoundToZero,
20-
is_NaN, is_infinity, is_neg_infinity, is_neg_zero,
21-
infinity, neg_infinity, NaN};*/
22-
use float;
23-
use f32;
2419
use f64;
2520

2621
pub enum ExponentFormat {

0 commit comments

Comments
 (0)