Don't re-export clippy_utils::*

This commit is contained in:
Cameron Steffen
2021-03-16 11:06:34 -05:00
parent 8af28840d2
commit 0743e841f0
243 changed files with 344 additions and 399 deletions

View File

@@ -1,6 +1,6 @@
use crate::utils::{match_def_path, paths};
use clippy_utils::diagnostics::span_lint_and_note;
use clippy_utils::ty::is_copy;
use clippy_utils::{match_def_path, paths};
use if_chain::if_chain;
use rustc_hir::{Expr, ExprKind};
use rustc_lint::{LateContext, LateLintPass};