]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass-fulldeps/rename-directory.rs
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / run-pass-fulldeps / rename-directory.rs
index 417707e89322c27611f685ec7a724d73c87a7a3c..099f3e58c6c9cf728ae73b6ddeb42a1fc590b812 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unused_must_use)]
+#![allow(unused_imports)]
 // This test can't be a unit test in std,
 // because it needs TempDir, which is in extra