Skip to content

Commit 9476746

Browse files
committed
On branch Result--unwrap_or_default()-suggested-for-MSRV-<-1.16-#14876
Your branch is ahead of 'origin/Result--unwrap_or_default()-suggested-for-MSRV-<-1.16-#14876' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: clippy_lints/src/methods/or_fun_call.rs
1 parent 73d9ce6 commit 9476746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/methods/or_fun_call.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[allow(clippy::too_many_arguments)]
12
use std::ops::ControlFlow;
23

34
use clippy_utils::diagnostics::span_lint_and_sugg;

0 commit comments

Comments
 (0)