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,8 +1,8 @@
|
|||
use crate::consts::{constant_simple, Constant};
|
||||
use crate::utils::span_help_and_lint;
|
||||
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