Skip to content

Commit 8370f14

Browse files
committed
Remove unnecessary use crate::sess::ParseSess;.
1 parent 96d6409 commit 8370f14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/ext/expand.rs

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use crate::parse::token;
1515
use crate::parse::parser::Parser;
1616
use crate::print::pprust;
1717
use crate::ptr::P;
18-
use crate::sess::ParseSess;
1918
use crate::symbol::{sym, Symbol};
2019
use crate::tokenstream::{TokenStream, TokenTree};
2120
use crate::visit::Visitor;

0 commit comments

Comments
 (0)