rust/clippy_lints
Daniele D'Orazio be14ea8c37 fix suggestion for floating points inequality
It should be of the form `(a - b).abs() > error` whereas it was
`(a - b).abs() < error` that is instead what should be used for equality.
2019-06-17 16:42:43 +02:00
..
2019-06-03 09:13:33 +07:00

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