Skip to content

Commit 90a5f53

Browse files
committed
On branch Result--unwrap_or_default()-suggested-for-MSRV-<-1.16-#14876
Your branch is up to date with 'origin/Result--unwrap_or_default()-suggested-for-MSRV-<-1.16-#14876'. Changes to be committed: modified: clippy_lints/src/methods/or_fun_call.rs
1 parent 9476746 commit 90a5f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/or_fun_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[allow(clippy::too_many_arguments)]
1+
#![allow(clippy::too_many_arguments)]
22
use std::ops::ControlFlow;
33

44
use clippy_utils::diagnostics::span_lint_and_sugg;

0 commit comments

Comments
 (0)