Rustup to rust-lang/rust#66878
This commit is contained in:
parent
c66cca44c8
commit
98e433d70d
154 changed files with 308 additions and 151 deletions
|
@ -1,8 +1,9 @@
|
|||
use crate::utils::{span_lint, SpanlessEq};
|
||||
use if_chain::if_chain;
|
||||
use rustc::declare_lint_pass;
|
||||
use rustc::hir::*;
|
||||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use rustc::{declare_lint_pass, declare_tool_lint};
|
||||
use rustc_session::declare_tool_lint;
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// **What it does:** Detects classic underflow/overflow checks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue