about summary refs log tree commit diff
path: root/src/librustdoc/attr_pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/attr_pass.rs')
-rw-r--r--src/librustdoc/attr_pass.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustdoc/attr_pass.rs b/src/librustdoc/attr_pass.rs
index 35cbe394b86..e49e9b27d41 100644
--- a/src/librustdoc/attr_pass.rs
+++ b/src/librustdoc/attr_pass.rs
@@ -16,6 +16,8 @@ corresponding AST nodes. The information gathered here is the basis
 of the natural-language documentation for a crate.
 */
 
+use core::prelude::*;
+
 use astsrv;
 use attr_parser;
 use doc::ItemUtils;