Skip to content

Conversation

@cd-work
Copy link
Contributor

@cd-work cd-work commented Dec 4, 2024

This fixes nightly clippy warnings, mainly the new suggestion to prefer Option::is_some_and/Result::is_ok_and over .map_or(false, …). Despite these warnings not being stable yet, they are good suggestions to improve the code quality.

This fixes nightly clippy warnings, mainly the new suggestion to prefer
`Option::is_some_and`/`Result::is_ok_and` over `.map_or(false, …)`.
Despite these warnings not being stable yet, they are good suggestions
to improve the code quality.
@cd-work cd-work requested a review from a team as a code owner December 4, 2024 21:48
@cd-work cd-work requested a review from mathew-horner December 4, 2024 21:48
@cd-work cd-work self-assigned this Dec 4, 2024
Copy link
Contributor

@maxrake maxrake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, but LGTM.

@cd-work cd-work merged commit 58fe5fd into main Dec 4, 2024
16 checks passed
@cd-work cd-work deleted the nightly_clippy branch December 4, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants