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/unstable/mod.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/unstable/mod.rs')
| -rw-r--r-- | src/libstd/unstable/mod.rs | 1 |
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; /** |
