Add std::char module

This commit is contained in:
Brian Anderson 2011-08-01 16:58:19 -07:00
parent fcc32797de
commit 6f8f00d1af
2 changed files with 1 additions and 0 deletions

0
src/lib/char.rs Normal file
View file

View file

@ -9,6 +9,7 @@
// Built-in types support modules.
mod char;
mod int;
mod uint;
mod u8;