]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/let_if_seq.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / let_if_seq.stderr
index 271ccce681c9fe4bb5a05f6a976bb16b7a894f91..f2e0edb6fbc30a338201493aca26409992cb617d 100644 (file)
@@ -7,8 +7,8 @@ LL | |         foo = 42;
 LL | |     }
    | |_____^ help: it is more idiomatic to write: `let <mut> foo = if f() { 42 } else { 0 };`
    |
-   = note: `-D clippy::useless-let-if-seq` implied by `-D warnings`
    = note: you might not need `mut` at all
+   = note: `-D clippy::useless-let-if-seq` implied by `-D warnings`
 
 error: `if _ { .. } else { .. }` is an expression
   --> $DIR/let_if_seq.rs:71:5