We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4366137 commit fdf82ebCopy full SHA for fdf82eb
clippy_lints/src/methods/mod.rs
@@ -15,7 +15,7 @@ use rustc::ty::{self, Predicate, Ty};
15
use rustc::{declare_lint_pass, declare_tool_lint};
16
use rustc_errors::Applicability;
17
use syntax::ast;
18
-use syntax::source_map::{BytePos, Span};
+use syntax::source_map::Span;
19
use syntax::symbol::LocalInternedString;
20
21
use crate::utils::paths;
0 commit comments