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,5 +1,5 @@
|
|||
use crate::utils::{is_expn_of, match_function_call, paths};
|
||||
use clippy_utils::diagnostics::{span_lint, span_lint_and_sugg};
|
||||
use clippy_utils::{is_expn_of, match_function_call, paths};
|
||||
use if_chain::if_chain;
|
||||
use rustc_ast::ast::LitKind;
|
||||
use rustc_errors::Applicability;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue