Static clippy_lints::methods::SEARCH_IS_SOME []

pub static SEARCH_IS_SOME: &'static Lint = &::rustc::lint::Lint{name: "SEARCH_IS_SOME",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using an iterator search followed by `is_some()`, which is more succinctly expressed as a call to `any()`",}