]> git.lizzy.rs Git - rust.git/commitdiff
Allow more lints that signalled on the arm-android test run.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Thu, 27 Sep 2018 11:06:16 +0000 (13:06 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Thu, 27 Sep 2018 11:06:34 +0000 (13:06 +0200)
src/test/run-pass/issues/issue-14936.rs
src/test/run-pass/simd/simd-target-feature-mixup.rs

index 3786b0408ad5c0c3927fb9778687af7d5739e2a6..4249a83e3c22e9096519016382f6f15c040eeb9d 100644 (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>;
index 7ac91592d81d9511b6e45f3963f74381382b0f31..5c845031ee415b45858b3fd6e785e3694f9e1685 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // run-pass
+#![allow(unused_variables)]
 #![allow(stable_features)]
 #![allow(overflowing_literals)]