From a79db050c81b214062e54aae1ed6652dfef804d5 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Fri, 21 Sep 2018 12:45:23 +0200 Subject: [PATCH] Allow unused_imports lint on test where lint only fires on non-linux targets... --- src/test/run-pass/env-null-vars.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/env-null-vars.rs b/src/test/run-pass/env-null-vars.rs index 296764269de..9a461991c1e 100644 --- a/src/test/run-pass/env-null-vars.rs +++ b/src/test/run-pass/env-null-vars.rs @@ -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 -- 2.44.0