Rustup to rust-lang/rust#68045
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use crate::utils::{is_copy, match_def_path, paths, qpath_res, span_note_and_lint};
|
||||
use if_chain::if_chain;
|
||||
use rustc::lint::{LateContext, LateLintPass};
|
||||
use rustc::ty;
|
||||
use rustc_hir::*;
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
|
||||
declare_clippy_lint! {
|
||||
|
||||
Reference in New Issue
Block a user