summary refs log tree commit diff
path: root/src/libsyntax/ast_map.rs
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-04-03 08:45:14 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-04-03 10:30:18 -0400
commit44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf (patch)
tree4da0a6304fffc702120960fe36564246de6a16a7 /src/libsyntax/ast_map.rs
parent0cc903015b395c0d9eada3fe3376f2447cc835b6 (diff)
downloadrust-44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf.tar.gz
rust-44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf.zip
hashmap: rm linear namespace
Diffstat (limited to 'src/libsyntax/ast_map.rs')
-rw-r--r--src/libsyntax/ast_map.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast_map.rs b/src/libsyntax/ast_map.rs
index f22b466efeb..04d7cbdca0c 100644
--- a/src/libsyntax/ast_map.rs
+++ b/src/libsyntax/ast_map.rs
@@ -23,7 +23,7 @@ use print::pprust;
 use visit;
 
 use core::cmp;
-use core::hashmap::linear::LinearMap;
+use core::hashmap::LinearMap;
 use core::str;
 use core::vec;