about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2021-12-19 15:43:19 +0100
committerGitHub <noreply@github.com>2021-12-19 14:43:19 +0000
commit59e7156f6e149ec857b93f1c461262c19adf77c5 (patch)
treeb1e05083ab5539ca87934ca3f94abd425a36a7c0 /library/stdarch/crates/std_detect
parentdf24e2a0f810053760cc5663f6fdb5ca23459227 (diff)
downloadrust-59e7156f6e149ec857b93f1c461262c19adf77c5.tar.gz
rust-59e7156f6e149ec857b93f1c461262c19adf77c5.zip
Remove asm feature which is now stable (#1269)
Diffstat (limited to 'library/stdarch/crates/std_detect')
-rw-r--r--library/stdarch/crates/std_detect/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/src/lib.rs b/library/stdarch/crates/std_detect/src/lib.rs
index f3557515bcf..a17bd40e04f 100644
--- a/library/stdarch/crates/std_detect/src/lib.rs
+++ b/library/stdarch/crates/std_detect/src/lib.rs
@@ -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]