Static clippy_lints::returns::NEEDLESS_RETURN []

pub static NEEDLESS_RETURN: &'static Lint = &::rustc::lint::Lint{name: "NEEDLESS_RETURN",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using a return statement like `return expr;` where an expression would suffice",}