Skip to content

Commit 5e5ea82

Browse files
committed
stabilize stdarch_s390x_feature_detection
1 parent 6d36d3d commit 5e5ea82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/core_arch/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@
6464
)]
6565
#![cfg_attr(
6666
test,
67-
feature(
68-
stdarch_arm_feature_detection,
69-
stdarch_powerpc_feature_detection,
70-
stdarch_s390x_feature_detection
71-
)
67+
feature(stdarch_arm_feature_detection, stdarch_powerpc_feature_detection,)
7268
)]
7369

7470
#[cfg(test)]

0 commit comments

Comments
 (0)