mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-11 22:02:55 +00:00
fmt
This commit is contained in:
parent
cb00cdf0d7
commit
bb6e857980
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use rustc_lint::{LateContext, LateLintPass};
|
|||
use rustc_middle::hir::map::Map;
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
use rustc_span::source_map::Span;
|
||||
use rustc_span::symbol::{Symbol, kw};
|
||||
use rustc_span::symbol::{kw, Symbol};
|
||||
|
||||
use crate::utils::{in_macro, last_path_segment, span_lint, trait_ref_of_method};
|
||||
|
||||
|
|
Loading…
Reference in a new issue