Allow some lints that only fired on 32-bit and/or Windows.
This commit is contained in:
parent
8d86800500
commit
3eaa5e3467
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// run-pass
|
||||
#![allow(unused_imports)]
|
||||
#![allow(deprecated)]
|
||||
|
||||
// ignore-android since the dynamic linker sets a SIGPIPE handler (to do
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// run-pass
|
||||
#![allow(dead_code)]
|
||||
// ignore-wasm32-bare no libc to test ffi with
|
||||
|
||||
#[repr(C)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue