Skip to content

Commit 3af6719

Browse files
authored
remove redundant feature declaration const_fn_transmute in lib.rs (#919)
1 parent 7895ab1 commit 3af6719

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/core_arch/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
f16c_target_feature,
3838
external_doc,
3939
allow_internal_unstable,
40-
decl_macro,
41-
const_fn_transmute
40+
decl_macro
4241
)]
4342
#![cfg_attr(test, feature(test, abi_vectorcall, untagged_unions))]
4443
#![cfg_attr(all(test, target_arch = "wasm32"), feature(wasm_simd))]

0 commit comments

Comments
 (0)