Skip to content

Commit d7a8ee1

Browse files
jacobbramleyAmanieu
authored andcommitted
Don't declare f16c_target_feature.
f16c_target_feature was recently stabilised. This fixes a warning that results in a CI failure (due to `-D stable-features`) with current nightly Rust.
1 parent fc8c236 commit d7a8ee1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core_arch/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
wasm_target_feature,
2929
abi_unadjusted,
3030
rtm_target_feature,
31-
f16c_target_feature,
3231
allow_internal_unstable,
3332
decl_macro,
3433
asm_const,

0 commit comments

Comments
 (0)