]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/numbers-arithmetic/u128-as-f32.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / numbers-arithmetic / u128-as-f32.rs
index 2671a267f4a870c57f11976648bde8acaf346656..839ce932d9e7695f408bffbf7f5806c78ef8d92d 100644 (file)
@@ -4,8 +4,6 @@
 #![deny(overflowing_literals)]
 extern crate test;
 
-use std::f32;
-use std::u128;
 use test::black_box;
 
 macro_rules! test {