cargo dev fmt
This commit is contained in:
parent
7242fa5e41
commit
4cebe2bf84
3 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use crate::utils::{match_type, paths, span_lint_and_help};
|
||||
use rustc_middle::hir::map::Map;
|
||||
use rustc_hir::intravisit::{self as visit, NestedVisitorMap, Visitor};
|
||||
use rustc_hir::{Arm, Expr, ExprKind, MatchSource, StmtKind};
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_middle::hir::map::Map;
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
|
||||
declare_clippy_lint! {
|
||||
|
|
|
|||
BIN
if_let_mutex
BIN
if_let_mutex
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue