We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use crate::sess::ParseSess;
1 parent 9fa8f02 commit b53e6d5Copy full SHA for b53e6d5
src/libsyntax/ext/expand.rs
@@ -15,7 +15,6 @@ use crate::parse::token;
15
use crate::parse::parser::Parser;
16
use crate::print::pprust;
17
use crate::ptr::P;
18
-use crate::sess::ParseSess;
19
use crate::symbol::{sym, Symbol};
20
use crate::tokenstream::{TokenStream, TokenTree};
21
use crate::visit::Visitor;
0 commit comments