about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-10-15 11:57:06 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-10-15 13:28:13 +0200
commit8370f14225cfb1a7f0eae8b8dadfaa4393e00d7c (patch)
tree3ce2422f9c271c47926935b083c30c2cc960a18c /src/libsyntax
parent96d640971a832be37f958e945460fc7d170f24e5 (diff)
downloadrust-8370f14225cfb1a7f0eae8b8dadfaa4393e00d7c.tar.gz
rust-8370f14225cfb1a7f0eae8b8dadfaa4393e00d7c.zip
Remove unnecessary `use crate::sess::ParseSess;`.
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/ext/expand.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs
index 6e0da7a49ee..2559e874762 100644
--- a/src/libsyntax/ext/expand.rs
+++ b/src/libsyntax/ext/expand.rs
@@ -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;