-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix option-if-let-else lint #15394
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
fix option-if-let-else lint #15394
Conversation
Lintcheck changes for 8f6b43d
This comment will be updated if you push new changes |
…inter closes rust-clippy/issues/15379 Signed-off-by: Zihan <[email protected]>
310a8b9
to
cf33eda
Compare
@rustbot label -A-lint |
@rustbot label -S-blocked +S-waiting-on-review |
…map_or_else closes rust-clippy/issues/15002 Signed-off-by: Zihan <[email protected]>
cf33eda
to
8f6b43d
Compare
@rustbot note remove feature-freeze Not sure why this was tagged. |
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.
Thank you.
For the future the changelog:
part of the PR description has to be a single line. If there are multiple things to add multiple changelog:
lines can be used.
some simple twists
Fixes #15002
Fixes #15379
changelog: [
option_if_let_else
]: Don't remove raw pointer derefs in suggestionschangelog: [
option_if_let_else
]: Don't suggest passing argless functions toResult::map_or_else