]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-int-arithmetic.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / consts / const-int-arithmetic.rs
index 9b2e30961aae601efce00c830a0d5038bd0e239d..e0d722ede94e343634725e6b636b81dce58b3010 100644 (file)
@@ -5,8 +5,6 @@
 #![feature(const_overflowing_int_methods)]
 #![feature(const_wrapping_int_methods)]
 
-use std::{i8, i128};
-
 macro_rules! suite {
     ($(
         $fn:ident -> $ty:ty { $( $label:ident : $expr:expr, $result:expr; )* }