about summary refs log tree commit diff
path: root/src/librustdoc/unindent_pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/unindent_pass.rs')
-rw-r--r--src/librustdoc/unindent_pass.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/unindent_pass.rs b/src/librustdoc/unindent_pass.rs
index 87c249a7a18..e18d1652a5b 100644
--- a/src/librustdoc/unindent_pass.rs
+++ b/src/librustdoc/unindent_pass.rs
@@ -19,9 +19,6 @@ instances where the string containing the doc comment is opened in the
 middle of a line, and each of the following lines is indented.
 */
 
-use core::prelude::*;
-
-use pass::Pass;
 use text_pass;
 
 use core::str;