crate: use target feature v1.1

This commit is contained in:
luojia65 2022-09-10 11:53:24 +08:00 committed by Amanieu d'Antras
parent a49ca40768
commit e0e9e96c1d

View file

@ -32,7 +32,8 @@
allow_internal_unstable,
decl_macro,
bench_black_box,
asm_const
asm_const,
target_feature_11
)]
#![cfg_attr(test, feature(test, abi_vectorcall))]
#![deny(clippy::missing_inline_in_public_items)]