Allow more lints that signalled on the arm-android test run.
This commit is contained in:
parent
3eaa5e3467
commit
fe4d8d8211
@ -9,7 +9,8 @@
|
||||
// except according to those terms.
|
||||
|
||||
// run-pass
|
||||
|
||||
#![allow(unused_macros)]
|
||||
#![allow(dead_code)]
|
||||
#![feature(asm)]
|
||||
|
||||
type History = Vec<&'static str>;
|
||||
|
@ -9,6 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
// run-pass
|
||||
#![allow(unused_variables)]
|
||||
#![allow(stable_features)]
|
||||
#![allow(overflowing_literals)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user