about summary refs log tree commit diff
path: root/src/librustdoc/tystr_pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/tystr_pass.rs')
-rw-r--r--src/librustdoc/tystr_pass.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/tystr_pass.rs b/src/librustdoc/tystr_pass.rs
index 716784c51c5..57a45d3dcc2 100644
--- a/src/librustdoc/tystr_pass.rs
+++ b/src/librustdoc/tystr_pass.rs
@@ -21,6 +21,7 @@ use fold::Fold;
 use fold;
 use pass::Pass;
 
+use core::vec;
 use syntax::ast;
 use syntax::print::pprust;
 use syntax::ast_map;