diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-15 11:57:06 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-15 13:28:13 +0200 |
| commit | 8370f14225cfb1a7f0eae8b8dadfaa4393e00d7c (patch) | |
| tree | 3ce2422f9c271c47926935b083c30c2cc960a18c /src/libsyntax | |
| parent | 96d640971a832be37f958e945460fc7d170f24e5 (diff) | |
| download | rust-8370f14225cfb1a7f0eae8b8dadfaa4393e00d7c.tar.gz rust-8370f14225cfb1a7f0eae8b8dadfaa4393e00d7c.zip | |
Remove unnecessary `use crate::sess::ParseSess;`.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/expand.rs | 1 |
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; |
