Skip to content

Commit d719fd9

Browse files
author
The rustc-josh-sync Cronjob Bot
committed
Merge ref '8401398e1f14' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 8401398e1f14a24670ee1a3203713dc2f0f8b3a8 Filtered ref: f9e99a8 Upstream diff: rust-lang/rust@73e6c9e...8401398 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents 07d9723 + f9e99a8 commit d719fd9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

crates/core_arch/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
arm_target_feature,
2323
mips_target_feature,
2424
powerpc_target_feature,
25-
s390x_target_feature,
2625
loongarch_target_feature,
2726
wasm_target_feature,
2827
abi_unadjusted,
@@ -65,11 +64,7 @@
6564
)]
6665
#![cfg_attr(
6766
test,
68-
feature(
69-
stdarch_arm_feature_detection,
70-
stdarch_powerpc_feature_detection,
71-
stdarch_s390x_feature_detection
72-
)
67+
feature(stdarch_arm_feature_detection, stdarch_powerpc_feature_detection,)
7368
)]
7469

7570
#[cfg(test)]

0 commit comments

Comments
 (0)