]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused import
authorAaron Hill <aa1ronham@gmail.com>
Tue, 29 Sep 2020 04:31:13 +0000 (00:31 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 11 Oct 2020 16:09:48 +0000 (12:09 -0400)
compiler/rustc_parse/src/lib.rs

index dbdabdbb8e506053b0ce62cc3b61069326f1eb39..cceaa08daa4a18d2d0993909b443881e5077da92 100644 (file)
@@ -8,7 +8,7 @@
 
 use rustc_ast as ast;
 use rustc_ast::token::{self, DelimToken, Nonterminal, Token, TokenKind};
-use rustc_ast::tokenstream::{self, Spacing, TokenStream, TokenTree};
+use rustc_ast::tokenstream::{self, TokenStream, TokenTree};
 use rustc_ast_pretty::pprust;
 use rustc_data_structures::sync::Lrc;
 use rustc_errors::{Diagnostic, FatalError, Level, PResult};