core: Inherit the any module

This commit is contained in:
Alex Crichton
2014-04-30 20:36:58 -07:00
parent 85a8e6b80a
commit 8ed728babb
4 changed files with 10 additions and 19 deletions

View File

@@ -137,6 +137,7 @@ extern crate core;
#[cfg(not(test))] pub use ops = core::ops;
#[cfg(not(test))] pub use ty = core::ty;
pub use core::any;
pub use core::cast;
pub use core::char;
pub use core::container;
@@ -218,8 +219,6 @@ pub mod iter;
pub mod to_str;
pub mod clone;
pub mod hash;
pub mod default;
pub mod any;
/* Common data structures */