From: bors Date: Mon, 17 Jun 2019 15:18:31 +0000 (+0000) Subject: Auto merge of #4214 - d-dorazio:4204-fix-float-cmp-neq, r=flip1995 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ab085d9aea5625ace47165e7178420ca37c91963;hp=-c;p=rust.git Auto merge of #4214 - d-dorazio:4204-fix-float-cmp-neq, r=flip1995 fix suggestion for floating point 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. fixes #4204. changelog: fix suggestion for floating point inequality --- ab085d9aea5625ace47165e7178420ca37c91963