Skip to content

Commit

Permalink
Remove unnecessary use crate::sess::ParseSess;.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Oct 15, 2019
1 parent 96d6409 commit 8370f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax/ext/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use crate::parse::token;
use crate::parse::parser::Parser;
use crate::print::pprust;
use crate::ptr::P;
use crate::sess::ParseSess;
use crate::symbol::{sym, Symbol};
use crate::tokenstream::{TokenStream, TokenTree};
use crate::visit::Visitor;
Expand Down

0 comments on commit 8370f14

Please sign in to comment.