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

@ -16,7 +16,7 @@
use core::prelude::*;
use core::io::{WriterUtil, ReaderUtil};
use core::hashmap::linear::LinearMap;
use core::hashmap::LinearMap;
use serialize::Encodable;
use serialize;
@ -1161,7 +1161,7 @@ mod tests {
use super::*;
use core::prelude::*;
use core::hashmap::linear::LinearMap;
use core::hashmap::LinearMap;
use std::serialize::Decodable;