From dc30005ad8723ac1ace05340622c51ea9d6a3fd6 Mon Sep 17 00:00:00 2001 From: Jason Fager Date: Thu, 29 Aug 2013 01:27:24 -0400 Subject: Remove the iter module. Moves the Times trait to num while the question of whether it should exist at all gets hashed out as a completely separate question. --- src/libstd/std.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libstd/std.rs') diff --git a/src/libstd/std.rs b/src/libstd/std.rs index ad3e4368daa..0d754323727 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -140,7 +140,6 @@ pub mod borrow; pub mod from_str; #[path = "num/num.rs"] pub mod num; -pub mod iter; pub mod iterator; pub mod to_str; pub mod to_bytes; @@ -220,4 +219,3 @@ mod std { pub use fmt; pub use to_bytes; } - -- cgit 1.4.1-3-g733a5