We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50391d3 + f013d95 commit bc6ec42Copy full SHA for bc6ec42
ci/check-lint.sh
@@ -109,6 +109,7 @@ CLIPPY() {
109
-A clippy::unnecessary_map_or `# to be removed once we hit MSRV 1.70` \
110
-A clippy::manual_repeat_n `# to be removed once we hit MSRV 1.86` \
111
-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` \
113
-A clippy::uninlined-format-args
114
}
115
0 commit comments