Merge commit 'f0cdee4a3f' into clippy-subtree-sync
This commit is contained in:
parent
3a760909fa
commit
c9a43b18f1
417 changed files with 3662 additions and 1176 deletions
|
|
@ -4,7 +4,7 @@ use clippy_utils::ty::is_copy;
|
|||
use clippy_utils::{get_parent_expr, path_to_local};
|
||||
use rustc_hir::{BindingAnnotation, Expr, ExprKind, Node, PatKind, UnOp};
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
use rustc_session::declare_lint_pass;
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// ### What it does
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue