We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extern crate std_detect
1 parent 991acaf commit 9086668Copy full SHA for 9086668
library/std_detect/tests/cpu-detection.rs
@@ -14,21 +14,6 @@
14
#![cfg_attr(target_arch = "s390x", feature(stdarch_s390x_feature_detection))]
15
#![allow(clippy::unwrap_used, clippy::use_debug, clippy::print_stdout)]
16
17
-#[cfg_attr(
18
- any(
19
- target_arch = "arm",
20
- target_arch = "aarch64",
21
- target_arch = "arm64ec",
22
- target_arch = "riscv32",
23
- target_arch = "riscv64",
24
- target_arch = "powerpc",
25
- target_arch = "powerpc64",
26
- target_arch = "s390x",
27
- ),
28
- macro_use
29
-)]
30
-extern crate std_detect;
31
-
32
#[test]
33
fn all() {
34
for (f, e) in std_detect::detect::features() {
0 commit comments