Static clippy_lints::eta_reduction::REDUNDANT_CLOSURE []

pub static REDUNDANT_CLOSURE: &Lint = &::lint::Lint{name: "REDUNDANT_CLOSURE",
              default_level: ::lint::Warn,
              desc:
                  "redundant closures, i.e. `|a| foo(a)` (which can be written as just `foo`)",
              epoch_deny: None,}