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/rt/comm.rs | 2 +- src/libstd/rt/sched.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/comm.rs b/src/libstd/rt/comm.rs index 4b1881409f4..4f5f26513b4 100644 --- a/src/libstd/rt/comm.rs +++ b/src/libstd/rt/comm.rs @@ -718,7 +718,7 @@ mod test { use option::*; use rt::test::*; use cell::Cell; - use iter::Times; + use num::Times; use rt::util; #[test] diff --git a/src/libstd/rt/sched.rs b/src/libstd/rt/sched.rs index b393832871d..6aa66a6ab6b 100644 --- a/src/libstd/rt/sched.rs +++ b/src/libstd/rt/sched.rs @@ -1114,7 +1114,7 @@ mod test { #[test] fn multithreading() { use rt::comm::*; - use iter::Times; + use num::Times; use vec::OwnedVector; use container::Container; -- cgit 1.4.1-3-g733a5