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.
This commit is contained in:
Jason Fager
2013-08-29 01:27:24 -04:00
parent 78c5f97a09
commit dc30005ad8
9 changed files with 21 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ use char;
use char::Char;
use clone::{Clone, DeepClone};
use container::{Container, Mutable};
use iter::Times;
use num::Times;
use iterator::{Iterator, FromIterator, Extendable};
use iterator::{Filter, AdditiveIterator, Map};
use iterator::{Invert, DoubleEndedIterator};