Don't re-export clippy_utils::*
This commit is contained in:
parent
8af28840d2
commit
0743e841f0
243 changed files with 344 additions and 399 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue