We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d048e15 commit a4ec7beCopy full SHA for a4ec7be
clippy_lints/src/implicit_return.rs
@@ -7,7 +7,6 @@
7
// option. This file may not be copied, modified, or distributed
8
// except according to those terms.
9
10
-#![warn(clippy::match_same_arms)]
11
use crate::rustc::hir::{intravisit::FnKind, Body, ExprKind, FnDecl};
12
use crate::rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
13
use crate::rustc::{declare_tool_lint, lint_array};
0 commit comments