remove redundant feature declaration const_fn_transmute in lib.rs (#919)

This commit is contained in:
Dong Bo 2020-09-27 20:44:10 +08:00 committed by GitHub
parent 4fd4980774
commit eba81a5a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))]