]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/array-slice-vec/bounds-check-no-overflow.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / array-slice-vec / bounds-check-no-overflow.rs
index 3caf5f44995221bf3e1edaa3ddc24c80b2244811..577853a4e911134f51f471c5a40c0b732dd86a7e 100644 (file)
@@ -2,7 +2,6 @@
 // error-pattern:index out of bounds
 // ignore-emscripten no processes
 
-use std::usize;
 use std::mem::size_of;
 
 fn main() {