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,7 +1,7 @@
//! lint on inherent implementations
use crate::utils::in_macro;
use clippy_utils::diagnostics::span_lint_and_then;
use clippy_utils::in_macro;
use rustc_data_structures::fx::FxHashMap;
use rustc_hir::{def_id, Crate, Impl, Item, ItemKind};
use rustc_lint::{LateContext, LateLintPass};