]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/doctree.rs
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / librustdoc / doctree.rs
index bbc00147ee14eff21943d41dd838c0268c7df1cd..002ca6fe983ba0c89c74df32356b505debdf82b2 100644 (file)
@@ -4,7 +4,7 @@
 
 use syntax::ast;
 use syntax::ast::Name;
-use syntax_expand::base::MacroKind;
+use syntax_pos::hygiene::MacroKind;
 use syntax_pos::{self, Span};
 
 use rustc::hir;