diff options
| author | daxpedda <daxpedda@users.noreply.github.com> | 2018-12-06 13:23:42 +0100 |
|---|---|---|
| committer | daxpedda <daxpedda@users.noreply.github.com> | 2018-12-06 13:23:42 +0100 |
| commit | a4ec7be06fc3406bca536340a4073a9159d36e45 (patch) | |
| tree | 20f5630c648dd4c054a003802a70ebb4efbaaa33 | |
| parent | d048e15835e19841211ae7725511dc946bdde5e2 (diff) | |
| download | rust-a4ec7be06fc3406bca536340a4073a9159d36e45.tar.gz rust-a4ec7be06fc3406bca536340a4073a9159d36e45.zip | |
Forgot to remove some debugging code ...
| -rw-r--r-- | clippy_lints/src/implicit_return.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/implicit_return.rs b/clippy_lints/src/implicit_return.rs index 543948e39a7..07a849469fd 100644 --- a/clippy_lints/src/implicit_return.rs +++ b/clippy_lints/src/implicit_return.rs @@ -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}; |
