Skip to content

Commit 588e3e3

Browse files
committed
remove rustc_allow_const_fn_unstable feature gate
1 parent 1bbe5d7 commit 588e3e3

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)