Skip to content

Commit 293d4bc

Browse files
authored
Remove asm feature which is now stable (#1269)
1 parent 0716b22 commit 293d4bc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/core_arch/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![allow(unused_features)]
55
#![deny(rust_2018_idioms)]
66
#![feature(
7-
asm,
87
custom_inner_attributes,
98
link_llvm_intrinsics,
109
platform_intrinsics,

crates/std_detect/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#![deny(rust_2018_idioms)]
1818
#![allow(clippy::shadow_reuse)]
1919
#![deny(clippy::missing_inline_in_public_items)]
20-
#![cfg_attr(all(target_os = "freebsd", target_arch = "aarch64"), feature(asm))]
2120
#![cfg_attr(test, allow(unused_imports))]
2221
#![cfg_attr(feature = "std_detect_file_io", feature(vec_spare_capacity))]
2322
#![no_std]

0 commit comments

Comments
 (0)