]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/drop/dynamic-drop.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / drop / dynamic-drop.rs
index 6d0cd101dbc809a47b98d845f9419b9d81a8fbcb..88f557055f371e98cc193eee2147bf3ca98d3578 100644 (file)
@@ -12,7 +12,6 @@
 use std::ops::Generator;
 use std::panic;
 use std::pin::Pin;
-use std::usize;
 
 struct InjectedFailure;