Static clippy_lints::types::LET_UNIT_VALUE []

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