This commit is contained in:
parent
bfd11235a6
commit
aff57e0f43
97 changed files with 161 additions and 161 deletions
|
@ -4,10 +4,10 @@ use crate::consts::{
|
|||
};
|
||||
use crate::utils::{higher, numeric_literal, span_lint_and_sugg, sugg, SpanlessEq};
|
||||
use if_chain::if_chain;
|
||||
use rustc::ty;
|
||||
use rustc_errors::Applicability;
|
||||
use rustc_hir::{BinOpKind, Expr, ExprKind, UnOp};
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_middle::ty;
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
use rustc_span::source_map::Spanned;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue