Skip to content

Commit 307c42f

Browse files
taiki-eAmanieu
authored andcommitted
Fix stable_features warnings
``` warning: the feature `cmpxchg16b_target_feature` has been stable since 1.69.0-nightly and no longer requires an attribute to enable --> crates/core_arch/src/lib.rs:24:5 | 24 | cmpxchg16b_target_feature, | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default warning: the feature `target_feature_11` has been stable since 1.69.0-nightly and no longer requires an attribute to enable --> crates/core_arch/src/lib.rs:34:5 | 34 | target_feature_11, | ^^^^^^^^^^^^^^^^^ ```
1 parent 4ee1bda commit 307c42f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/core_arch/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
sse4a_target_feature,
2222
riscv_target_feature,
2323
arm_target_feature,
24-
cmpxchg16b_target_feature,
2524
avx512_target_feature,
2625
mips_target_feature,
2726
powerpc_target_feature,
@@ -31,7 +30,6 @@
3130
allow_internal_unstable,
3231
decl_macro,
3332
asm_const,
34-
target_feature_11,
3533
inline_const,
3634
generic_arg_infer
3735
)]

0 commit comments

Comments
 (0)