Skip to content

Commit 2b36017

Browse files
author
Donald Robertson
committed
Removing unnecessary allow
1 parent 05c1cce commit 2b36017

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/methods.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,6 @@ fn lint_or_fun_call(cx: &LateContext, expr: &hir::Expr, method_span: Span, name:
994994

995995
/// Checks for the `EXPECT_FUN_CALL` lint.
996996
fn lint_expect_fun_call(cx: &LateContext, expr: &hir::Expr, method_span: Span, name: &str, args: &[hir::Expr]) {
997-
#[allow(too_many_arguments)]
998997
fn check_general_case(
999998
cx: &LateContext,
1000999
name: &str,

0 commit comments

Comments
 (0)