Skip to content

Commit a79db05

Browse files
committed
Allow unused_imports lint on test where lint only fires on non-linux targets...
1 parent 3b585f1 commit a79db05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/env-null-vars.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![allow(unused_imports)]
12+
1113
// ignore-windows
1214
// ignore-wasm32-bare no libc to test ffi with
1315

0 commit comments

Comments
 (0)