about summary refs log tree commit diff
path: root/src/libstd/unstable/mod.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-05-20 20:24:17 -0700
committerBrian Anderson <banderson@mozilla.com>2014-05-23 15:27:48 -0700
commit1a1e6c8e7358df16e87e9d9f9cdcc5c80dfdeca1 (patch)
tree82c5c33cf2821c1e2ecc68010fa8dd65e4c04784 /src/libstd/unstable/mod.rs
parent1240197a5b64611078b4645b81663c206217dcb6 (diff)
downloadrust-1a1e6c8e7358df16e87e9d9f9cdcc5c80dfdeca1.tar.gz
rust-1a1e6c8e7358df16e87e9d9f9cdcc5c80dfdeca1.zip
std: Move simd to core::simd and reexport. #1457
[breaking-change]
Diffstat (limited to 'src/libstd/unstable/mod.rs')
-rw-r--r--src/libstd/unstable/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/unstable/mod.rs b/src/libstd/unstable/mod.rs
index b235ec4d8c8..2e27f4d4488 100644
--- a/src/libstd/unstable/mod.rs
+++ b/src/libstd/unstable/mod.rs
@@ -14,7 +14,6 @@ pub use core::finally;
 
 pub mod dynamic_lib;
 
-pub mod simd;
 pub mod sync;
 pub mod mutex;