-
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
search_is_some: add checking for is_none()
#6942
Conversation
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
a65b0d5
to
37e6298
Compare
This looks mostly good. However I no longer see a |
imo it would be fine to to keep the original lint name 🤔 |
We use |
37e6298
to
2ffee89
Compare
Thanks for the info! I restored the original name then :) |
is_none()
and thus rename the lint to search_is_some_or_noneis_none()
Thank you! @bors r+ |
📌 Commit 2ffee89 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes: #6815
changelog: search_is_some: add checking for
is_none()
.To be honest I don't know what is the process of renaming the lints. Appreciate any feedback if that needs to be handled differently. Thanks!