This commit is contained in:
Yuki Okushi
2020-01-07 01:39:50 +09:00
parent 732825dcff
commit 2f2eaf8b7e
140 changed files with 231 additions and 218 deletions

View File

@@ -1,9 +1,9 @@
use crate::utils::{is_copy, match_def_path, paths, qpath_res, span_note_and_lint};
use if_chain::if_chain;
use rustc::declare_lint_pass;
use rustc::hir::*;
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
use rustc::ty;
use rustc_hir::*;
use rustc_session::declare_tool_lint;
declare_clippy_lint! {