Reintroduce extern crate
for non-Cargo dependencies.
This commit is contained in:
parent
4aaef72fa0
commit
9219fc6c5c
130 changed files with 723 additions and 695 deletions
|
@ -1,7 +1,7 @@
|
|||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use rustc::{declare_tool_lint, lint_array};
|
||||
use crate::rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use crate::rustc::{declare_tool_lint, lint_array};
|
||||
use if_chain::if_chain;
|
||||
use rustc::hir::*;
|
||||
use crate::rustc::hir::*;
|
||||
use crate::utils::{span_lint, SpanlessEq};
|
||||
|
||||
/// **What it does:** Detects classic underflow/overflow checks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue