Rustup to rust-lang/rust#68045
This commit is contained in:
parent
2677a4ef02
commit
ce1c6b285d
167 changed files with 209 additions and 178 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::utils::{span_lint, SpanlessEq};
|
||||
use if_chain::if_chain;
|
||||
use rustc::lint::{LateContext, LateLintPass};
|
||||
use rustc_hir::*;
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
|
||||
declare_clippy_lint! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue