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-02-16 00:04:33 -0800
committerBrian Anderson <banderson@mozilla.com>2014-02-23 01:07:53 -0800
commit3e57808a01407be24a35f69148d20b76341b162f (patch)
tree5b5d316455f91c7044b7fbc33e3da4c214b8821c /src/libstd/unstable/mod.rs
parent4d10bdc5b9fecee38abcad78a86e552a961b1a0a (diff)
downloadrust-3e57808a01407be24a35f69148d20b76341b162f.tar.gz
rust-3e57808a01407be24a35f69148d20b76341b162f.zip
std: Move raw to std::raw
Issue #1457
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 d3dae938b34..9f37bfcddb9 100644
--- a/src/libstd/unstable/mod.rs
+++ b/src/libstd/unstable/mod.rs
@@ -21,7 +21,6 @@ pub mod simd;
 pub mod lang;
 pub mod sync;
 pub mod mutex;
-pub mod raw;
 pub mod stack;
 
 /**