make way for a new iter module

This commit is contained in:
Daniel Micay
2013-04-24 20:35:49 -04:00
parent 9f03d45c56
commit 46f91a0fa9
42 changed files with 648 additions and 540 deletions

View File

@@ -14,7 +14,7 @@
*/
use core::container::{Container, Mutable, Map, Set};
use core::iter::{BaseIter};
use core::old_iter::{BaseIter};
use core::option::{Some, None};
pub struct SmallIntMap<T> {