We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb00cdf commit bb6e857Copy full SHA for bb6e857
clippy_lints/src/lifetimes.rs
@@ -13,7 +13,7 @@ use rustc_lint::{LateContext, LateLintPass};
13
use rustc_middle::hir::map::Map;
14
use rustc_session::{declare_lint_pass, declare_tool_lint};
15
use rustc_span::source_map::Span;
16
-use rustc_span::symbol::{Symbol, kw};
+use rustc_span::symbol::{kw, Symbol};
17
18
use crate::utils::{in_macro, last_path_segment, span_lint, trait_ref_of_method};
19
0 commit comments