Static clippy_lints::misc::FLOAT_CMP_CONST []

pub static FLOAT_CMP_CONST: &Lint = &::lint::Lint{name: "FLOAT_CMP_CONST",
              default_level: ::lint::Allow,
              desc:
                  "using `==` or `!=` on float constants instead of comparing difference with an epsilon",
              epoch_deny: None,}