Static clippy_lints::misc::FLOAT_CMP []

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