about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/mod.rs
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-09-16 16:56:12 +0200
committergnzlbg <gnzlbg@users.noreply.github.com>2019-09-16 23:43:01 +0200
commit599bcf28ad02c0ea7473a07b088553813a649487 (patch)
tree05b2222fcb2e899b31dd515e0342c94d923b071b /library/stdarch/crates/std_detect/src/detect/mod.rs
parent1f44c1407dc6e6f91600f9303739ca8acbcc8194 (diff)
downloadrust-599bcf28ad02c0ea7473a07b088553813a649487.tar.gz
rust-599bcf28ad02c0ea7473a07b088553813a649487.zip
Enforce staged_api on a per-feature basis
Diffstat (limited to 'library/stdarch/crates/std_detect/src/detect/mod.rs')
-rw-r--r--library/stdarch/crates/std_detect/src/detect/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/src/detect/mod.rs b/library/stdarch/crates/std_detect/src/detect/mod.rs
index 21062782b71..04db5c402ed 100644
--- a/library/stdarch/crates/std_detect/src/detect/mod.rs
+++ b/library/stdarch/crates/std_detect/src/detect/mod.rs
@@ -61,7 +61,7 @@ cfg_if! {
         }
     }
 }
-pub use self::arch::Feature;
+pub use self::arch::{Feature, __is_feature_detected};
 
 mod bit;
 mod cache;