about summary refs log tree commit diff
path: root/src/librustdoc/doc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/doc.rs')
-rw-r--r--src/librustdoc/doc.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustdoc/doc.rs b/src/librustdoc/doc.rs
index 2d5f60e714b..1656eb03098 100644
--- a/src/librustdoc/doc.rs
+++ b/src/librustdoc/doc.rs
@@ -10,12 +10,8 @@
 
 //! The document model
 
-use core::prelude::*;
-
 use doc;
 
-use core::vec;
-
 pub type AstId = int;
 
 #[deriving(Eq)]