We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f6edbc + 18f3032 commit 85e7d35Copy full SHA for 85e7d35
2 files changed
.github/workflows/clippy.yml
@@ -20,4 +20,4 @@ jobs:
20
toolchain: stable
21
22
- name: Run Clippy
23
- run: cargo clippy -- -D warnings -A dead_code
+ run: cargo clippy -- -D warnings -A dead_code -A clippy::uninlined_format_args
clippy.toml
@@ -1,5 +1,3 @@
1
# clippy.toml
2
-# This file sets the configuration for Clippy lints
3
-
4
# Set the maximum number of arguments for a function before it triggers the `too_many_arguments` lint
5
too-many-arguments-threshold = 10
0 commit comments