Skip to content

Commit bc6ec42

Browse files
authored
Merge pull request #4092 from TheBlueMatt/2025-09-fix-lint
Fix lint CI job
2 parents 50391d3 + f013d95 commit bc6ec42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ CLIPPY() {
109109
-A clippy::unnecessary_map_or `# to be removed once we hit MSRV 1.70` \
110110
-A clippy::manual_repeat_n `# to be removed once we hit MSRV 1.86` \
111111
-A clippy::io_other_error `# to be removed once we hit MSRV 1.74` \
112+
-A clippy::manual_is_multiple_of `# to be removed once we hit MSRV 1.87` \
112113
-A clippy::uninlined-format-args
113114
}
114115

0 commit comments

Comments
 (0)