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.
1 parent de2005a commit 669069aCopy full SHA for 669069a
ci/check-lint.sh
@@ -108,6 +108,7 @@ CLIPPY() {
108
-A clippy::manual_repeat_n `# to be removed once we hit MSRV 1.86` \
109
-A clippy::io_other_error `# to be removed once we hit MSRV 1.74` \
110
-A clippy::uninlined-format-args
111
+ -A clippy::mismatched-lifetime-syntaxes `# to be removed once we hit MSRV 1.89 (maybe even earlier)` \
112
}
113
114
CLIPPY
0 commit comments