about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/tests/cpu-detection.rs
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-04-16 11:01:19 +0200
committergnzlbg <gnzlbg@users.noreply.github.com>2019-04-17 14:20:42 +0200
commit459afa7a592b6bc140836d0c426f854d63887c27 (patch)
tree34c3c20a4162be535932ddffaccab53037171ce2 /library/stdarch/crates/std_detect/tests/cpu-detection.rs
parenteac0c6c8c1c4009fbc37bb54932e6240de005cb5 (diff)
downloadrust-459afa7a592b6bc140836d0c426f854d63887c27.tar.gz
rust-459afa7a592b6bc140836d0c426f854d63887c27.zip
Fix clippy issues
Diffstat (limited to 'library/stdarch/crates/std_detect/tests/cpu-detection.rs')
-rw-r--r--library/stdarch/crates/std_detect/tests/cpu-detection.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/library/stdarch/crates/std_detect/tests/cpu-detection.rs b/library/stdarch/crates/std_detect/tests/cpu-detection.rs
index 85beeee63ac..b2b8abb0102 100644
--- a/library/stdarch/crates/std_detect/tests/cpu-detection.rs
+++ b/library/stdarch/crates/std_detect/tests/cpu-detection.rs
@@ -1,9 +1,6 @@
 #![feature(stdsimd)]
 #![cfg_attr(stdsimd_strict, deny(warnings))]
-#![cfg_attr(
-    feature = "cargo-clippy",
-    allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)
-)]
+#![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)]
 
 #[cfg(any(
     target_arch = "arm",