mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
be14ea8c37
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.