]> git.proxmox.com Git - rustc.git/blobdiff - src/librustdoc/doctree.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustdoc / doctree.rs
index fc0422b3a3f037ad6be59491121c57deb068532f..2db4b779eed9844d5d5e0a092b4bfd7cc6aff082 100644 (file)
@@ -20,7 +20,7 @@ use syntax::ast;
 use syntax::ast::{Name, NodeId};
 use syntax::attr;
 use syntax::ptr::P;
-use rustc_front::hir;
+use rustc::hir;
 
 pub struct Module {
     pub name: Option<Name>,