Static clippy_lints::lifetimes::NEEDLESS_LIFETIMES []

pub static NEEDLESS_LIFETIMES: &Lint = &::lint::Lint{name: "NEEDLESS_LIFETIMES",
              default_level: ::lint::Warn,
              desc:
                  "using explicit lifetimes for references in function arguments when elision rules would allow omitting them",
              epoch_deny: None,}