Skip to content

Commit

Permalink
Remove asm feature which is now stable (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Dec 19, 2021
1 parent 0716b22 commit 293d4bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/core_arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![allow(unused_features)]
#![deny(rust_2018_idioms)]
#![feature(
asm,
custom_inner_attributes,
link_llvm_intrinsics,
platform_intrinsics,
Expand Down
1 change: 0 additions & 1 deletion crates/std_detect/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 293d4bc

Please sign in to comment.