Allow more lints that signalled on the arm-android test run.

This commit is contained in:
Felix S. Klock II 2018-09-27 13:06:16 +02:00
parent 3eaa5e3467
commit fe4d8d8211
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_macros)]
#![allow(dead_code)]
#![feature(asm)]
type History = Vec<&'static str>;

View File

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_variables)]
#![allow(stable_features)]
#![allow(overflowing_literals)]