about summary refs log tree commit diff
path: root/src/rustdoc/tystr_pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustdoc/tystr_pass.rs')
-rw-r--r--src/rustdoc/tystr_pass.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rustdoc/tystr_pass.rs b/src/rustdoc/tystr_pass.rs
index 56888758ede..0d7c29e4b67 100644
--- a/src/rustdoc/tystr_pass.rs
+++ b/src/rustdoc/tystr_pass.rs
@@ -1,8 +1,8 @@
 #[doc =
   "Pulls type information out of the AST and attaches it to the document"];
 
-import rustc::syntax::ast;
-import rustc::syntax::print::pprust;
+import syntax::ast;
+import syntax::print::pprust;
 import rustc::middle::ast_map;
 import std::map::hashmap;