about summary refs log tree commit diff
path: root/src/libcore/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-07-19 07:01:37 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-07-20 22:34:09 -0700
commitd77defcca114c14e6bbedc24697ead76a249a567 (patch)
treecc40021bf7e5aeef2f8dbf48e99990c9bd912737 /src/libcore/lib.rs
parent5ba21844f6c85a0cd55c8ea0250d5cd758134f84 (diff)
downloadrust-d77defcca114c14e6bbedc24697ead76a249a567.tar.gz
rust-d77defcca114c14e6bbedc24697ead76a249a567.zip
Update stdsimd to undo an accidental stabilization
Closes #52403
Diffstat (limited to 'src/libcore/lib.rs')
-rw-r--r--src/libcore/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index bbe6ae8619f..72074e1dbce 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -244,9 +244,6 @@ macro_rules! vector_impl { ($([$f:ident, $($args:tt)*]),*) => { $($f!($($args)*)
 #[cfg(not(stage0))] // allow changes to how stdsimd works in stage0
 mod coresimd;
 
-#[unstable(feature = "stdsimd", issue = "48556")]
-#[cfg(not(stage0))]
-pub use coresimd::simd;
 #[stable(feature = "simd_arch", since = "1.27.0")]
 #[cfg(not(stage0))]
 pub use coresimd::arch;