Skip to content

Commit f013d95

Browse files
committed
Fix lint CI job
1 parent 50391d3 commit f013d95

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)