Static clippy_lints::methods::SEARCH_IS_SOME []

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