moved collections from libextra into libcollections
This commit is contained in:
parent
87fe3ccf09
commit
d81bb441da
36 changed files with 117 additions and 72 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue