remove unused import warnings

This commit is contained in:
Huon Wilson
2013-06-09 02:21:11 +10:00
parent 00f5916809
commit 98ba91f81b
29 changed files with 14 additions and 52 deletions

View File

@@ -18,7 +18,6 @@ implementing the `Iterator` trait.
*/
use cmp;
use iter;
use iter::{FromIter, Times};
use num::{Zero, One};
use option::{Option, Some, None};