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