]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/suspicious_else_formatting.stderr
Rollup merge of #100462 - zohnannor:master, r=thomcc
[rust.git] / src / tools / clippy / tests / ui / suspicious_else_formatting.stderr
index ee68eb5a791c45d5ea2c5c3ab4edc2fe8810fc35..2e512b47f1236396ab42b8baa08573e9274d5cc2 100644 (file)
@@ -4,8 +4,8 @@ error: this looks like an `else {..}` but the `else` is missing
 LL |     } {
    |      ^
    |
-   = note: `-D clippy::suspicious-else-formatting` implied by `-D warnings`
    = note: to remove this lint, add the missing `else` or add a new line before the next block
+   = note: `-D clippy::suspicious-else-formatting` implied by `-D warnings`
 
 error: this looks like an `else if` but the `else` is missing
   --> $DIR/suspicious_else_formatting.rs:21:6