Skip to content

Commit fdf82eb

Browse files
committed
Remove unused import
1 parent 4366137 commit fdf82eb

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use rustc::ty::{self, Predicate, Ty};
1515
use rustc::{declare_lint_pass, declare_tool_lint};
1616
use rustc_errors::Applicability;
1717
use syntax::ast;
18-
use syntax::source_map::{BytePos, Span};
18+
use syntax::source_map::Span;
1919
use syntax::symbol::LocalInternedString;
2020

2121
use crate::utils::paths;

0 commit comments

Comments
 (0)