Skip to content

Commit 3eaa5e3

Browse files
committed
Allow some lints that only fired on 32-bit and/or Windows.
1 parent 8d86800 commit 3eaa5e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/run-pass/process/process-sigpipe.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// run-pass
12+
#![allow(unused_imports)]
1213
#![allow(deprecated)]
1314

1415
// ignore-android since the dynamic linker sets a SIGPIPE handler (to do

src/test/run-pass/structs-enums/struct-return.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// run-pass
12+
#![allow(dead_code)]
1213
// ignore-wasm32-bare no libc to test ffi with
1314

1415
#[repr(C)]

0 commit comments

Comments
 (0)