Skip to content

Commit cb5bf96

Browse files
authored
Merge pull request #3518 from dunxen/2025-01-allow-unnecessary-map-or
ci: silence unnecessary_map_or lint as solution requires MSRV >= 1.70
2 parents 0282cfb + ec579f0 commit cb5bf96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/check-lint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@ RUSTFLAGS='-D warnings' cargo clippy -- \
9393
-A clippy::unnecessary_to_owned \
9494
-A clippy::unnecessary_unwrap \
9595
-A clippy::unused_unit \
96-
-A clippy::useless_conversion
96+
-A clippy::useless_conversion \
97+
-A clippy::unnecessary_map_or `# to be removed once we hit MSRV 1.70`

0 commit comments

Comments
 (0)