1
Fork 0

core: Inherit the container module

This commit is contained in:
Alex Crichton 2014-04-30 20:27:26 -07:00
parent 2ad98fbb27
commit d9708539af
3 changed files with 2 additions and 1 deletions

View file

@ -138,6 +138,7 @@ extern crate core;
#[cfg(not(test))] pub use ty = core::ty;
pub use core::cast;
pub use core::container;
pub use core::intrinsics;
pub use core::mem;
pub use core::ptr;
@ -217,7 +218,6 @@ pub mod iter;
pub mod to_str;
pub mod clone;
pub mod hash;
pub mod container;
pub mod default;
pub mod any;