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
|
@ -24,7 +24,7 @@ use core::float;
|
|||
use core::io::{WriterUtil, ReaderUtil};
|
||||
use core::io;
|
||||
use core::prelude::*;
|
||||
use core::send_map::linear;
|
||||
use core::hashmap::linear;
|
||||
use core::str;
|
||||
use core::to_str;
|
||||
use core::vec;
|
||||
|
@ -1223,7 +1223,7 @@ mod tests {
|
|||
use json::*;
|
||||
|
||||
use core::result;
|
||||
use core::send_map::linear;
|
||||
use core::hashmap::linear;
|
||||
|
||||
fn mk_object(items: &[(~str, Json)]) -> Json {
|
||||
let mut d = ~linear::LinearMap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue