mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
fmt
This commit is contained in:
parent
44eec0884d
commit
c1ccba005f
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ use rustc_errors::Applicability;
|
|||
use syntax::ast;
|
||||
use syntax::ast::{Crate as AstCrate, ItemKind, Name};
|
||||
use syntax::source_map::Span;
|
||||
use syntax_pos::symbol::SymbolStr;
|
||||
use syntax::visit::FnKind;
|
||||
use syntax_pos::symbol::SymbolStr;
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// **What it does:** Checks for various things we like to keep tidy in clippy.
|
||||
|
|
Loading…
Add table
Reference in a new issue