]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/numbers-arithmetic/float-nan.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / numbers-arithmetic / float-nan.rs
index ee87b8cccfe40419d17b7309afa85fdb47296b78..0cc6473e5c48c440d813c2db388dc5787617145e 100644 (file)
@@ -1,5 +1,4 @@
 // run-pass
-use std::f64;
 
 pub fn main() {
   let nan: f64 = f64::NAN;