rust/clippy_lints
Jerry Hardee 8adbf7f2c1 Fix float_cmp false positive when comparing signum
f1.signum() == f2.signum()
f1.signum() != f2.signum()
should not trigger a warning.
2019-07-15 12:46:58 -05:00
..
src Fix float_cmp false positive when comparing signum 2019-07-15 12:46:58 -05:00
Cargo.toml
README.md

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