Allow unused_imports lint on test where lint only fires on non-linux targets...
This commit is contained in:
parent
3b585f1955
commit
a79db050c8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue