core: Inherit the iter module

This commit is contained in:
Alex Crichton
2014-04-30 21:41:03 -07:00
parent 06fcb6b1c8
commit b024ba544c
4 changed files with 17 additions and 2 deletions

View File

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