Skip to content

Commit e6e7694

Browse files
committed
TMP (can be improved): Don't import integer modules
1 parent 252c5f4 commit e6e7694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/numbers-arithmetic/num-wrapping.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ macro_rules! int_modules {
2121
($(($name:ident, $size:expr),)*) => ($(
2222
mod $name {
2323
pub const BITS: usize = $size;
24-
pub use std::$name::*;
2524
}
2625
)*)
2726
}

0 commit comments

Comments
 (0)