Skip to content

Commit fe4d8d8

Browse files
committed
Allow more lints that signalled on the arm-android test run.
1 parent 3eaa5e3 commit fe4d8d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/run-pass/issues/issue-14936.rs

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

1111
// run-pass
12-
12+
#![allow(unused_macros)]
13+
#![allow(dead_code)]
1314
#![feature(asm)]
1415

1516
type History = Vec<&'static str>;

src/test/run-pass/simd/simd-target-feature-mixup.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_variables)]
1213
#![allow(stable_features)]
1314
#![allow(overflowing_literals)]
1415

0 commit comments

Comments
 (0)