diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-01-23 10:25:27 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-01-23 14:25:01 -0500 |
| commit | b7ef28c33abff6bcaf353a3958e497e15ee3268d (patch) | |
| tree | b3dd52f504f2897d99bd6d814a4386e7660cee07 /src/libstd/map.rs | |
| parent | 54344c2468b95c4de5a297ddf4a5519792a34410 (diff) | |
| download | rust-b7ef28c33abff6bcaf353a3958e497e15ee3268d.tar.gz rust-b7ef28c33abff6bcaf353a3958e497e15ee3268d.zip | |
rename send_map to hashmap
This makes the module much more discoverable, and is in line with the 'treemap' naming.
Diffstat (limited to 'src/libstd/map.rs')
| -rw-r--r-- | src/libstd/map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/map.rs b/src/libstd/map.rs index d76fd85c587..ac8e15f7220 100644 --- a/src/libstd/map.rs +++ b/src/libstd/map.rs @@ -19,7 +19,7 @@ use core::ops; use core::to_str::ToStr; use core::mutable::Mut; use core::prelude::*; -use core::send_map::linear::LinearMap; +use core::hashmap::linear::LinearMap; use core::to_bytes::IterBytes; use core::uint; use core::vec; |
