diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-07-08 23:21:37 +0200 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-07-09 01:37:07 +0200 |
| commit | 686b813f5d8ac504fb2f254731d0d681147d415e (patch) | |
| tree | 034107a6b30e4447047cfc0cd160e8606907da5d /library/stdarch/crates/std_detect/tests/cpu-detection.rs | |
| parent | 127f13f10fb0d34eb6000f2c5b16e0cbc9a469ea (diff) | |
| download | rust-686b813f5d8ac504fb2f254731d0d681147d415e.tar.gz rust-686b813f5d8ac504fb2f254731d0d681147d415e.zip | |
Update repo name
Diffstat (limited to 'library/stdarch/crates/std_detect/tests/cpu-detection.rs')
| -rw-r--r-- | library/stdarch/crates/std_detect/tests/cpu-detection.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/tests/cpu-detection.rs b/library/stdarch/crates/std_detect/tests/cpu-detection.rs index 0aae39e2947..d0c9901c4cd 100644 --- a/library/stdarch/crates/std_detect/tests/cpu-detection.rs +++ b/library/stdarch/crates/std_detect/tests/cpu-detection.rs @@ -1,5 +1,4 @@ #![feature(stdsimd)] -#![cfg_attr(stdsimd_strict, deny(warnings))] #![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)] #[cfg(any( |
