]> git.lizzy.rs Git - rust.git/commitdiff
Allow unused_imports lint on test where lint only fires on non-linux targets...
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 21 Sep 2018 10:45:23 +0000 (12:45 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 21 Sep 2018 14:21:40 +0000 (16:21 +0200)
src/test/run-pass/env-null-vars.rs

index 296764269dec058da0f1d614bf3bb3c263f0df1b..9a461991c1e62d3f60a2e647819f517dd7e035c0 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unused_imports)]
+
 // ignore-windows
 // ignore-wasm32-bare no libc to test ffi with