rust/clippy_lints
Krishna Veera Reddy eb0408ea65 Detect comparisons with NAN constants
Currently `cmp_nan` lint doesn't detect comparisons with NaN's
if the operands are consts variables so to fix this we evaluate
the const variables first before testing for NaN.
2019-12-17 18:51:30 -08:00
..
2019-12-17 18:51:30 -08:00
2019-11-25 17:23:07 +01:00

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.