1
Fork 0

Allow unused_imports lint on test where lint only fires on non-linux targets...

This commit is contained in:
Felix S. Klock II 2018-09-21 12:45:23 +02:00
parent 3b585f1955
commit a79db050c8

View file

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