diff options
| author | Jason Fager <jfager@gmail.com> | 2013-08-29 01:27:24 -0400 |
|---|---|---|
| committer | Jason Fager <jfager@gmail.com> | 2013-08-29 01:27:24 -0400 |
| commit | dc30005ad8723ac1ace05340622c51ea9d6a3fd6 (patch) | |
| tree | a3abd9b8b09818844b36bbd1762ec90f5ddd2810 /src/libstd/std.rs | |
| parent | 78c5f97a09e7478181c9e4922dea0d4436a590c9 (diff) | |
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.
Diffstat (limited to 'src/libstd/std.rs')
| -rw-r--r-- | src/libstd/std.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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; } - |
