Skip to content

Commit 3f0a19d

Browse files
committed
Allow unnecessary_map_or
Until our MSRV reaches 1.70.0, we're gonna need to keep allowing it.
1 parent 0ee0f09 commit 3f0a19d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ RUSTFLAGS='-D warnings' cargo clippy -- \
8888
-A clippy::unnecessary_cast \
8989
-A clippy::unnecessary_get_then_check \
9090
-A clippy::unnecessary_lazy_evaluations \
91+
-A clippy::unnecessary_map_or \
9192
-A clippy::unnecessary_mut_passed \
9293
-A clippy::unnecessary_sort_by \
9394
-A clippy::unnecessary_to_owned \

0 commit comments

Comments
 (0)