diff options
Diffstat (limited to 'library/stdarch/crates/std_detect/tests')
| -rw-r--r-- | library/stdarch/crates/std_detect/tests/cpu-detection.rs | 5 | ||||
| -rw-r--r-- | library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs | 5 |
2 files changed, 2 insertions, 8 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", diff --git a/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs b/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs index d63da6af06a..df03e6555aa 100644 --- a/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs +++ b/library/stdarch/crates/std_detect/tests/macro_trailing_commas.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", |
