We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e44a0 commit 18f3032Copy full SHA for 18f3032
1 file changed
clippy.toml
@@ -1,10 +1,3 @@
1
# clippy.toml
2
-
3
-# Allow the `uninlined_format_args` lint globally
4
-allow = [
5
- "clippy::uninlined_format_args",
6
- "clippy::dead_code"
7
-]
8
9
# Set the maximum number of arguments for a function before it triggers the `too_many_arguments` lint
10
too-many-arguments-threshold = 10
0 commit comments