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,6 +1,6 @@
|
|||
use super::EMPTY_LOOP;
|
||||
use crate::utils::{is_in_panic_handler, is_no_std_crate};
|
||||
use clippy_utils::diagnostics::span_lint_and_help;
|
||||
use clippy_utils::{is_in_panic_handler, is_no_std_crate};
|
||||
|
||||
use rustc_hir::{Block, Expr};
|
||||
use rustc_lint::LateContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue