Skip to content

Commit bc8d6c1

Browse files
committed
Stop importing int/float modules in libserialize
1 parent fcf4599 commit bc8d6c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libserialize/tests/json.rs

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use rustc_serialize::{Decodable, Encodable};
1717
use std::collections::BTreeMap;
1818
use std::io::prelude::*;
1919
use std::string;
20-
use std::{f32, f64, i64, u64};
2120
use Animal::*;
2221

2322
#[derive(RustcDecodable, Eq, PartialEq, Debug)]

0 commit comments

Comments
 (0)