Merge commit '0e87918536
' into clippyup
This commit is contained in:
parent
e06731bb28
commit
9f6b5de7de
412 changed files with 5715 additions and 2849 deletions
|
@ -1,6 +1,7 @@
|
|||
use crate::utils::{
|
||||
get_parent_expr, match_trait_method, paths, snippet_with_applicability, span_lint_and_sugg, walk_ptrs_ty_depth,
|
||||
};
|
||||
use clippy_utils::diagnostics::span_lint_and_sugg;
|
||||
use clippy_utils::source::snippet_with_applicability;
|
||||
use clippy_utils::ty::walk_ptrs_ty_depth;
|
||||
use clippy_utils::{get_parent_expr, match_trait_method, paths};
|
||||
use if_chain::if_chain;
|
||||
use rustc_errors::Applicability;
|
||||
use rustc_hir as hir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue