Stabilize f16c_target_feature

This commit is contained in:
Kathryn Long
2022-12-30 23:56:18 -05:00
parent 4839886f0a
commit a29425c6d4
4 changed files with 4 additions and 4 deletions

View File

@@ -238,7 +238,6 @@
#![feature(arm_target_feature)]
#![feature(avx512_target_feature)]
#![feature(cmpxchg16b_target_feature)]
#![feature(f16c_target_feature)]
#![feature(hexagon_target_feature)]
#![feature(mips_target_feature)]
#![feature(powerpc_target_feature)]
@@ -247,6 +246,7 @@
#![feature(sse4a_target_feature)]
#![feature(tbm_target_feature)]
#![feature(wasm_target_feature)]
#![cfg_attr(bootstrap, feature(f16c_target_feature))]
// allow using `core::` in intra-doc links
#[allow(unused_extern_crates)]