]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mem_forget.rs
Merge branch 'master' into fix-3514
[rust.git] / tests / ui / mem_forget.rs
index 266c5c267f8ca60f3bbba5b66f788f552604df38..b46f7007cd028db47e9818b013882aa906687a50 100644 (file)
@@ -7,16 +7,11 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-
-
-
-
-use std::sync::Arc;
 use std::rc::Rc;
+use std::sync::Arc;
 
-use std::mem::forget as forgetSomething;
 use std::mem as memstuff;
+use std::mem::forget as forgetSomething;
 
 #[warn(clippy::mem_forget)]
 #[allow(clippy::forget_copy)]