We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0282cfb + ec579f0 commit cb5bf96Copy full SHA for cb5bf96
ci/check-lint.sh
@@ -93,4 +93,5 @@ RUSTFLAGS='-D warnings' cargo clippy -- \
93
-A clippy::unnecessary_to_owned \
94
-A clippy::unnecessary_unwrap \
95
-A clippy::unused_unit \
96
- -A clippy::useless_conversion
+ -A clippy::useless_conversion \
97
+ -A clippy::unnecessary_map_or `# to be removed once we hit MSRV 1.70`
0 commit comments