moved collections from libextra into libcollections

This commit is contained in:
HeroesGrave 2014-02-03 18:56:49 +13:00
parent 87fe3ccf09
commit d81bb441da
36 changed files with 117 additions and 72 deletions

View file

@ -22,7 +22,7 @@ use util::small_vector::SmallVector;
use std::logging;
use std::cell::RefCell;
use extra::smallintmap::SmallIntMap;
use collections::SmallIntMap;
#[deriving(Clone, Eq)]
pub enum PathElem {