core: Inherit the bool module

This commit is contained in:
Alex Crichton
2014-04-30 21:11:17 -07:00
parent 92095d125a
commit 6636215a44
4 changed files with 41 additions and 36 deletions

View File

@@ -41,6 +41,7 @@ pub mod container;
mod unit;
pub mod any;
pub mod bool;
pub mod finally;
pub mod raw;
pub mod char;