about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-21 06:26:18 +0000
committerbors <bors@rust-lang.org>2018-07-21 06:26:18 +0000
commit17eb392cefdcf4b98c47f9ab36742e66a314932f (patch)
tree0aa8fbc1e01bd210dae51937f55aabc492b5ba86 /src/libstd
parentf8f6e7c04d1331574589df298e8651e7104fe2ff (diff)
parentd77defcca114c14e6bbedc24697ead76a249a567 (diff)
downloadrust-17eb392cefdcf4b98c47f9ab36742e66a314932f.tar.gz
rust-17eb392cefdcf4b98c47f9ab36742e66a314932f.zip
Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum
Update stdsimd to undo an accidental stabilization

Closes #52403
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index fec14b8d67d..3c01de2e997 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -532,12 +532,8 @@ mod stdsimd;
 #[cfg(not(stage0))]
 mod coresimd {
     pub use core::arch;
-    pub use core::simd;
 }
 
-#[unstable(feature = "stdsimd", issue = "48556")]
-#[cfg(all(not(stage0), not(test)))]
-pub use stdsimd::simd;
 #[stable(feature = "simd_arch", since = "1.27.0")]
 #[cfg(all(not(stage0), not(test)))]
 pub use stdsimd::arch;