Static clippy_lints::misc::MODULO_ONE []

pub static MODULO_ONE: &'static Lint = &::rustc::lint::Lint{name: "MODULO_ONE",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "taking a number modulo 1, which always returns 0",}