1
Fork 0

std: merge Iterator and IteratorUtil

This commit is contained in:
Erick Tryzelaar 2013-08-09 07:19:23 -07:00
parent a6614621af
commit 4062b84f4a
16 changed files with 507 additions and 587 deletions

View file

@ -21,7 +21,7 @@ use c_str;
use clone::Clone;
use cmp::Eq;
use container::Container;
use iterator::{Iterator, IteratorUtil, range};
use iterator::{Iterator, range};
use libc;
use num;
use option::{None, Option, Some};