about summary refs log tree commit diff
path: root/src/libstd/lib.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/lib.rs
parent4d10bdc5b9fecee38abcad78a86e552a961b1a0a (diff)
downloadrust-3e57808a01407be24a35f69148d20b76341b162f.tar.gz
rust-3e57808a01407be24a35f69148d20b76341b162f.zip
std: Move raw to std::raw
Issue #1457
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 46958974484..65b908a9f56 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -198,6 +198,8 @@ pub mod reflect;
 pub mod unstable;
 #[experimental]
 pub mod intrinsics;
+#[experimental]
+pub mod raw;
 
 /* For internal use, not exported */