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
// except according to those terms.
#![allow(unused_imports)]
// ignore-windows
// ignore-wasm32-bare no libc to test ffi with