Skip to content

Commit bb6e857

Browse files
committed
fmt
1 parent cb00cdf commit bb6e857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lifetimes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use rustc_lint::{LateContext, LateLintPass};
1313
use rustc_middle::hir::map::Map;
1414
use rustc_session::{declare_lint_pass, declare_tool_lint};
1515
use rustc_span::source_map::Span;
16-
use rustc_span::symbol::{Symbol, kw};
16+
use rustc_span::symbol::{kw, Symbol};
1717

1818
use crate::utils::{in_macro, last_path_segment, span_lint, trait_ref_of_method};
1919

0 commit comments

Comments
 (0)