Static clippy_lints::zero_div_zero::ZERO_DIVIDED_BY_ZERO []

pub static ZERO_DIVIDED_BY_ZERO: &Lint = &::lint::Lint{name: "ZERO_DIVIDED_BY_ZERO",
              default_level: ::lint::Warn,
              desc:
                  "usage of `0.0 / 0.0` to obtain NaN instead of std::f32::NaN or std::f64::NaN",
              epoch_deny: None,}