mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
aca95aac7b
search_is_some: add checking for `is_none()` 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!