-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Option::map_or(true, …)
in unnecessary_map_or
lint
#13653
Conversation
dad9909
to
6c2a7d9
Compare
☔ The latest upstream changes (presumably #13639) made this pull request unmergeable. Please resolve the merge conflicts. |
6c2a7d9
to
c4cf340
Compare
8957f14
to
b90678d
Compare
In addition to the fixed instances in Clippy itself, lintcheck found one instance in |
☔ The latest upstream changes (presumably 627363e) made this pull request unmergeable. Please resolve the merge conflicts. |
b90678d
to
de03a05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍 Thanks!
changelog: [
unnecessary_map_or
]: handleOption::map_or(true, …)