Skip to content

Commit 6771d84

Browse files
authored
Merge pull request #3898 from TheBlueMatt/2025-06-fix-ci
Fix new CI failures
2 parents c4eb457 + 622544b commit 6771d84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/check-lint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CLIPPY() {
1010
`# Things where clippy is just wrong` \
1111
-A clippy::unwrap-or-default \
1212
-A clippy::upper_case_acronyms \
13+
-A clippy::swap-with-temporary \
1314
`# Things where we do odd stuff on purpose ` \
1415
-A clippy::unusual_byte_groupings \
1516
-A clippy::unit_arg \
@@ -105,7 +106,8 @@ CLIPPY() {
105106
-A clippy::useless_conversion \
106107
-A clippy::unnecessary_map_or `# to be removed once we hit MSRV 1.70` \
107108
-A clippy::manual_repeat_n `# to be removed once we hit MSRV 1.86` \
108-
-A clippy::io_other_error `# to be removed once we hit MSRV 1.74`
109+
-A clippy::io_other_error `# to be removed once we hit MSRV 1.74` \
110+
-A clippy::uninlined-format-args
109111
}
110112

111113
CLIPPY

0 commit comments

Comments
 (0)