diff options
Diffstat (limited to 'src/librustdoc/astsrv.rs')
| -rw-r--r-- | src/librustdoc/astsrv.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/astsrv.rs b/src/librustdoc/astsrv.rs index 5e103d6848a..b8a66eb8f64 100644 --- a/src/librustdoc/astsrv.rs +++ b/src/librustdoc/astsrv.rs @@ -17,8 +17,6 @@ query AST-related information, shielding the rest of Rustdoc from its non-sendableness. */ -use core::prelude::*; - use parse; use core::cell::Cell; |
