rename send_map to hashmap
This makes the module much more discoverable, and is in line with the 'treemap' naming.
This commit is contained in:
parent
54344c2468
commit
b7ef28c33a
13 changed files with 20 additions and 20 deletions
|
|
@ -17,7 +17,7 @@
|
|||
extern mod std;
|
||||
use std::map;
|
||||
use core::mutable::Mut;
|
||||
use core::send_map::linear::*;
|
||||
use core::hashmap::linear::*;
|
||||
use core::io::WriterUtil;
|
||||
|
||||
struct Results {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// xfail-test
|
||||
extern mod std;
|
||||
|
||||
use send_map::linear;
|
||||
use hashmap::linear;
|
||||
use std::json;
|
||||
use std::serialization::{Deserializable, deserialize};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue