Static clippy_lints::returns::LET_AND_RETURN []

pub static LET_AND_RETURN: &Lint = &::lint::Lint{name: "LET_AND_RETURN",
              default_level: ::lint::Warn,
              desc:
                  "creating a let-binding and then immediately returning it like `let x = expr; x` at the end of a block",
              epoch_deny: None,}