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

@@ -34,3 +34,7 @@ pub mod kinds;
pub mod ops;
pub mod ty;
pub mod container;
/* Core types and methods on primitives */
pub mod char;