diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-02-16 00:04:33 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-02-23 01:07:53 -0800 |
| commit | 3e57808a01407be24a35f69148d20b76341b162f (patch) | |
| tree | 5b5d316455f91c7044b7fbc33e3da4c214b8821c /src/libstd/lib.rs | |
| parent | 4d10bdc5b9fecee38abcad78a86e552a961b1a0a (diff) | |
| download | rust-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.rs | 2 |
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 */ |
