Allow some lints that only fired on 32-bit and/or Windows.

This commit is contained in:
Felix S. Klock II 2018-09-27 10:14:57 +02:00
parent 8d86800500
commit 3eaa5e3467
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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)]