We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4cf44 commit 33cfa80Copy full SHA for 33cfa80
.github/workflows/rust.yml
@@ -115,7 +115,8 @@ jobs:
115
with:
116
command: clippy
117
# `identity_op` and `or_fun_call` leads to false positives
118
- args: -- -D warnings -A clippy::identity_op -A clippy::or_fun_call
+ # `too-many-arguments` is relatively arbitrary
119
+ args: -- -D warnings -A clippy::identity_op -A clippy::or_fun_call -A clippy::too-many-arguments
120
121
build:
122
name: Build Static Binaries
0 commit comments