Register new snapshots

This commit is contained in:
Alex Crichton
2014-05-14 14:24:41 -07:00
parent 912a9675c0
commit 8211539114
4 changed files with 10 additions and 109 deletions

View File

@@ -116,9 +116,6 @@ pub mod slice;
pub mod str;
pub mod tuple;
#[cfg(stage0, not(test))]
pub mod owned;
// FIXME: this module should not exist. Once owned allocations are no longer a
// language type, this module can move outside to the owned allocation
// crate.