Skip to content

Commit c1ccba0

Browse files
committed
fmt
1 parent 44eec08 commit c1ccba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/internal_lints.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ use rustc_errors::Applicability;
1414
use syntax::ast;
1515
use syntax::ast::{Crate as AstCrate, ItemKind, Name};
1616
use syntax::source_map::Span;
17-
use syntax_pos::symbol::SymbolStr;
1817
use syntax::visit::FnKind;
18+
use syntax_pos::symbol::SymbolStr;
1919

2020
declare_clippy_lint! {
2121
/// **What it does:** Checks for various things we like to keep tidy in clippy.

0 commit comments

Comments
 (0)