Static clippy_lints::methods::FILTER_MAP []

pub static FILTER_MAP: &Lint = &::lint::Lint{name: "FILTER_MAP",
              default_level: ::lint::Allow,
              desc:
                  "using combinations of `filter`, `map`, `filter_map` and `flat_map` which can usually be written as a single method call",
              epoch_deny: None,}