core: Inherit the char module

This commit is contained in:
Alex Crichton
2014-04-30 20:33:08 -07:00
parent d9708539af
commit 7192452545
3 changed files with 16 additions and 3 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::char;
pub use core::container;
pub use core::intrinsics;
pub use core::mem;
@@ -188,7 +189,6 @@ pub mod prelude;
pub mod unit;
pub mod bool;
pub mod char;
pub mod tuple;
pub mod slice;