Skip to content

Commit

Permalink
remove rustc_allow_const_fn_unstable feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored and Amanieu committed Nov 30, 2024
1 parent b86e49b commit d7550cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/core_arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
asm_experimental_arch,
sha512_sm_x86,
x86_amx_intrinsics,
f16,
rustc_allow_const_fn_unstable
f16
)]
#![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))]
#![deny(clippy::missing_inline_in_public_items)]
Expand Down

0 comments on commit d7550cb

Please sign in to comment.