Fix fallout
This commit is contained in:
parent
b67764d5cb
commit
8472ecda0f
117 changed files with 219 additions and 162 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::utils::{span_lint, SpanlessEq};
|
||||
use if_chain::if_chain;
|
||||
use rustc_hir::*;
|
||||
use rustc_hir::{BinOpKind, Expr, ExprKind, QPath};
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue