Forgot to remove some debugging code ...
This commit is contained in:
parent
d048e15835
commit
a4ec7be06f
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![warn(clippy::match_same_arms)]
|
||||
use crate::rustc::hir::{intravisit::FnKind, Body, ExprKind, FnDecl};
|
||||
use crate::rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use crate::rustc::{declare_tool_lint, lint_array};
|
||||
|
|
Loading…
Add table
Reference in a new issue