remove redundant feature declaration const_fn_transmute in lib.rs (#919)
This commit is contained in:
parent
4fd4980774
commit
eba81a5a50
1 changed files with 1 additions and 2 deletions
|
|
@ -37,8 +37,7 @@
|
|||
f16c_target_feature,
|
||||
external_doc,
|
||||
allow_internal_unstable,
|
||||
decl_macro,
|
||||
const_fn_transmute
|
||||
decl_macro
|
||||
)]
|
||||
#![cfg_attr(test, feature(test, abi_vectorcall, untagged_unions))]
|
||||
#![cfg_attr(all(test, target_arch = "wasm32"), feature(wasm_simd))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue