From f013d957a9c03beec5d10369f39255154936358b Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 18 Sep 2025 18:51:07 +0000 Subject: [PATCH] Fix lint CI job --- ci/check-lint.sh | 1 + 1 file changed, 1 insertion(+) 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 }