Skip to content

Commit d7550cb

Browse files
RalfJungAmanieu
authored andcommitted
remove rustc_allow_const_fn_unstable feature gate
1 parent b86e49b commit d7550cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/core_arch/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
asm_experimental_arch,
3737
sha512_sm_x86,
3838
x86_amx_intrinsics,
39-
f16,
40-
rustc_allow_const_fn_unstable
39+
f16
4140
)]
4241
#![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))]
4342
#![deny(clippy::missing_inline_in_public_items)]

0 commit comments

Comments
 (0)