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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user