about summary refs log tree commit diff
path: root/src/librustdoc/path_pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/path_pass.rs')
-rw-r--r--src/librustdoc/path_pass.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/path_pass.rs b/src/librustdoc/path_pass.rs
index a7a36152ace..55ce135f277 100644
--- a/src/librustdoc/path_pass.rs
+++ b/src/librustdoc/path_pass.rs
@@ -10,7 +10,6 @@
 
 //! Records the full path to items
 
-use core::prelude::*;
 
 use astsrv;
 use doc::ItemUtils;