rust/clippy_lints
bors aca95aac7b Auto merge of #6942 - mgacek8:issue_6815_search_is_none, r=llogiq
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!
2021-03-22 12:58:47 +00:00
..
src Auto merge of #6942 - mgacek8:issue_6815_search_is_none, r=llogiq 2021-03-22 12:58:47 +00:00
Cargo.toml Get rid of some unused dependecies 2021-03-16 14:51:57 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.