]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/float_cmp_const.stderr
Auto merge of #9451 - kraktus:manual_filter2, r=dswij
[rust.git] / tests / ui / float_cmp_const.stderr
index d8182cf855b082190869047a6c6904f27f735917..65c45648ab380885d9483e7b560eac484d0b2cbe 100644 (file)
@@ -4,8 +4,8 @@ error: strict comparison of `f32` or `f64` constant
 LL |     1f32 == ONE;
    |     ^^^^^^^^^^^ help: consider comparing them within some margin of error: `(1f32 - ONE).abs() < error_margin`
    |
-   = note: `-D clippy::float-cmp-const` implied by `-D warnings`
    = note: `f32::EPSILON` and `f64::EPSILON` are available for the `error_margin`
+   = note: `-D clippy::float-cmp-const` implied by `-D warnings`
 
 error: strict comparison of `f32` or `f64` constant
   --> $DIR/float_cmp_const.rs:17:5