]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/let_underscore_must_use.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / let_underscore_must_use.stderr
index 5b751ea56deffe96d0413506ba5ed67abd039e6b..bae60f2ff9b79f7af718679cab33f8417c718ca2 100644 (file)
@@ -4,8 +4,8 @@ error: non-binding let on a result of a `#[must_use]` function
 LL |     let _ = f();
    |     ^^^^^^^^^^^^
    |
-   = note: `-D clippy::let-underscore-must-use` implied by `-D warnings`
    = help: consider explicitly using function result
+   = note: `-D clippy::let-underscore-must-use` implied by `-D warnings`
 
 error: non-binding let on an expression with `#[must_use]` type
   --> $DIR/let_underscore_must_use.rs:68:5