Forgot to remove some debugging code ...

This commit is contained in:
daxpedda 2018-12-06 13:23:42 +01:00
parent d048e15835
commit a4ec7be06f
No known key found for this signature in database
GPG key ID: C722DCB6A191EEAB

View file

@ -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};