core: Inherit the container module
This commit is contained in:
parent
2ad98fbb27
commit
d9708539af
3 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue