1
Fork 0

libstd: cleanup warnings

This commit is contained in:
James Miller 2013-06-20 17:41:54 +12:00 committed by James Miller
parent 3bc4d1a120
commit 0702e53576
9 changed files with 9 additions and 27 deletions

View file

@ -19,7 +19,7 @@ use cmp::{Eq, Ord, TotalEq, TotalOrd, Ordering, Less, Equal, Greater};
use clone::Clone;
use old_iter::BaseIter;
use old_iter;
use iterator::{Iterator, IteratorUtil};
use iterator::{Iterator};
use iter::FromIter;
use kinds::Copy;
use libc;