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,8 +1,8 @@
|
|||
use crate::consts::{constant_simple, Constant};
|
||||
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_help_and_lint;
|
||||
|
||||
/// **What it does:** Checks for `0.0 / 0.0`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue