Skip to content

Commit 9086668

Browse files
committed
Remove extern crate std_detect
1 parent 991acaf commit 9086668

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

library/std_detect/tests/cpu-detection.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@
1414
#![cfg_attr(target_arch = "s390x", feature(stdarch_s390x_feature_detection))]
1515
#![allow(clippy::unwrap_used, clippy::use_debug, clippy::print_stdout)]
1616

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-
3217
#[test]
3318
fn all() {
3419
for (f, e) in std_detect::detect::features() {

0 commit comments

Comments
 (0)