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 63b2837Copy full SHA for 63b2837
ci/check-lint.sh
@@ -107,7 +107,8 @@ CLIPPY() {
107
-A clippy::unnecessary_map_or `# to be removed once we hit MSRV 1.70` \
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
+ -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