Remove unused import

This commit is contained in:
Jeremy Stucki 2019-08-14 20:24:05 +02:00
parent 4366137d2e
commit fdf82eb1a8
No known key found for this signature in database
GPG Key ID: 8F548A5A2ED13F58

View File

@ -15,7 +15,7 @@
use rustc::{declare_lint_pass, declare_tool_lint};
use rustc_errors::Applicability;
use syntax::ast;
use syntax::source_map::{BytePos, Span};
use syntax::source_map::Span;
use syntax::symbol::LocalInternedString;
use crate::utils::paths;