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

@@ -145,6 +145,7 @@ pub use core::clone;
pub use core::container;
pub use core::default;
pub use core::intrinsics;
pub use core::iter;
pub use core::mem;
pub use core::option;
pub use core::ptr;
@@ -217,7 +218,6 @@ pub mod gc;
pub mod from_str;
pub mod num;
pub mod iter;
pub mod to_str;
pub mod hash;