crate: use target feature v1.1
This commit is contained in:
parent
a49ca40768
commit
e0e9e96c1d
1 changed files with 2 additions and 1 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue