We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44eec08 commit c1ccba0Copy full SHA for c1ccba0
clippy_lints/src/utils/internal_lints.rs
@@ -14,8 +14,8 @@ use rustc_errors::Applicability;
14
use syntax::ast;
15
use syntax::ast::{Crate as AstCrate, ItemKind, Name};
16
use syntax::source_map::Span;
17
-use syntax_pos::symbol::SymbolStr;
18
use syntax::visit::FnKind;
+use syntax_pos::symbol::SymbolStr;
19
20
declare_clippy_lint! {
21
/// **What it does:** Checks for various things we like to keep tidy in clippy.
0 commit comments