Skip to content

Commit a4ec7be

Browse files
committed
Forgot to remove some debugging code ...
1 parent d048e15 commit a4ec7be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: clippy_lints/src/implicit_return.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// option. This file may not be copied, modified, or distributed
88
// except according to those terms.
99

10-
#![warn(clippy::match_same_arms)]
1110
use crate::rustc::hir::{intravisit::FnKind, Body, ExprKind, FnDecl};
1211
use crate::rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
1312
use crate::rustc::{declare_tool_lint, lint_array};

0 commit comments

Comments
 (0)