Skip to content

Commit 85e7d35

Browse files
committed
Merge remote-tracking branch 'refs/remotes/github/main'
2 parents 9f6edbc + 18f3032 commit 85e7d35

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
toolchain: stable
2121

2222
- name: Run Clippy
23-
run: cargo clippy -- -D warnings -A dead_code
23+
run: cargo clippy -- -D warnings -A dead_code -A clippy::uninlined_format_args

clippy.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# clippy.toml
2-
# This file sets the configuration for Clippy lints
3-
42
# Set the maximum number of arguments for a function before it triggers the `too_many_arguments` lint
53
too-many-arguments-threshold = 10

0 commit comments

Comments
 (0)