Static clippy_lints::types::LET_UNIT_VALUE []

pub static LET_UNIT_VALUE: &'static Lint = &::rustc::lint::Lint{name: "LET_UNIT_VALUE",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "creating a let binding to a value of unit type, which usually can\'t be used afterwards",}