Static clippy_lints::misc::MODULO_ONE []

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