Static clippy_lints::methods::FILTER_MAP []

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