diff --git a/ci/check-lint.sh b/ci/check-lint.sh index f197784610a..bd4df3b85b8 100755 --- a/ci/check-lint.sh +++ b/ci/check-lint.sh @@ -109,6 +109,7 @@ CLIPPY() { -A clippy::unnecessary_map_or `# to be removed once we hit MSRV 1.70` \ -A clippy::manual_repeat_n `# to be removed once we hit MSRV 1.86` \ -A clippy::io_other_error `# to be removed once we hit MSRV 1.74` \ + -A clippy::manual_is_multiple_of `# to be removed once we hit MSRV 1.87` \ -A clippy::uninlined-format-args }