1
Fork 0

hashmap: rm linear namespace

This commit is contained in:
Daniel Micay 2013-04-03 08:45:14 -04:00
parent 0cc903015b
commit 44029a5bbc
75 changed files with 1014 additions and 1018 deletions

View file

@ -94,7 +94,7 @@ use opt_vec::OptVec;
use core::either::Either;
use core::either;
use core::hashmap::linear::LinearSet;
use core::hashmap::LinearSet;
use core::vec;
#[deriving(Eq)]