about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-11-02 18:45:10 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-11-03 08:31:45 -0800
commite5a8840033b44a5ce32562d6c12386c4ee7f4ec0 (patch)
tree93b8e01ee34f409477a9c05c0f6865cc51f89795 /src/libsyntax
parentdcd8c2376853e44675b4b91daf69e42d930dd813 (diff)
parent112c8a966fbdb52ff2a535dc8e6df3a8b3cb8fb2 (diff)
downloadrust-e5a8840033b44a5ce32562d6c12386c4ee7f4ec0.tar.gz
rust-e5a8840033b44a5ce32562d6c12386c4ee7f4ec0.zip
rollup merge of #18519 : Gankro/collect-smash
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/ext/mtwt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/mtwt.rs b/src/libsyntax/ext/mtwt.rs
index 840468176ab..bebe16286c9 100644
--- a/src/libsyntax/ext/mtwt.rs
+++ b/src/libsyntax/ext/mtwt.rs
@@ -20,7 +20,7 @@ use ast::{Ident, Mrk, Name, SyntaxContext};
 use std::cell::RefCell;
 use std::rc::Rc;
 use std::collections::HashMap;
-use std::collections::hashmap::{Occupied, Vacant};
+use std::collections::hash_map::{Occupied, Vacant};
 
 /// The SCTable contains a table of SyntaxContext_'s. It
 /// represents a flattened tree structure, to avoid having