core: Inherit the default module

This commit is contained in:
Alex Crichton 2014-04-30 20:46:51 -07:00
parent 17cb238ee8
commit dfd967f239
3 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ pub mod ptr;
pub mod kinds;
pub mod ops;
pub mod ty;
pub mod default;
pub mod container;
/* Core types and methods on primitives */

View File

@ -141,6 +141,7 @@ pub use core::any;
pub use core::cast;
pub use core::char;
pub use core::container;
pub use core::default;
pub use core::intrinsics;
pub use core::mem;
pub use core::ptr;