about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-30 20:38:31 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-07 08:13:56 -0700
commit17cb238ee80726c057a16c90b8c4e7e8bfd25c9d (patch)
tree4f992bdfc4bd4331ec1ca29b2e5e3c8245b469dc /src/libstd/lib.rs
parent8ed728babb057c0f736a63a69ba772e45278148f (diff)
downloadrust-17cb238ee80726c057a16c90b8c4e7e8bfd25c9d.tar.gz
rust-17cb238ee80726c057a16c90b8c4e7e8bfd25c9d.zip
core: Inherit the raw module
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 356b653281e..4485da81969 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -144,6 +144,7 @@ pub use core::container;
 pub use core::intrinsics;
 pub use core::mem;
 pub use core::ptr;
+pub use core::raw;
 
 // Run tests with libgreen instead of libnative.
 //
@@ -255,8 +256,6 @@ pub mod reflect;
 // Private APIs
 #[unstable]
 pub mod unstable;
-#[experimental]
-pub mod raw;
 
 /* For internal use, not exported */