Remove asm feature which is now stable (#1269)
This commit is contained in:
parent
df24e2a0f8
commit
59e7156f6e
2 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#![allow(unused_features)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![feature(
|
||||
asm,
|
||||
custom_inner_attributes,
|
||||
link_llvm_intrinsics,
|
||||
platform_intrinsics,
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
#![deny(rust_2018_idioms)]
|
||||
#![allow(clippy::shadow_reuse)]
|
||||
#![deny(clippy::missing_inline_in_public_items)]
|
||||
#![cfg_attr(all(target_os = "freebsd", target_arch = "aarch64"), feature(asm))]
|
||||
#![cfg_attr(test, allow(unused_imports))]
|
||||
#![cfg_attr(feature = "std_detect_file_io", feature(vec_spare_capacity))]
|
||||
#![no_std]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue