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.
This commit is contained in:
Jacob Bramley 2023-01-16 09:26:37 +00:00 committed by Amanieu d'Antras
parent 5afa869e0a
commit 262d7c77bf

View file

@ -28,7 +28,6 @@
wasm_target_feature,
abi_unadjusted,
rtm_target_feature,
f16c_target_feature,
allow_internal_unstable,
decl_macro,
asm_const,