core: Inherit the option module

This commit is contained in:
Alex Crichton
2014-04-30 21:35:56 -07:00
parent 6636215a44
commit 06fcb6b1c8
4 changed files with 12 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ mod unit;
pub mod any;
pub mod bool;
pub mod finally;
pub mod option;
pub mod raw;
pub mod char;
pub mod tuple;