]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/let_underscore_lock.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / let_underscore_lock.stderr
index 4365b48fabb9c676f7b779b11e79d81df36f366f..d7779e7b6c48af2c7ee4a9b21704c3e415c8b2da 100644 (file)
@@ -4,8 +4,8 @@ error: non-binding let on a synchronization lock
 LL |     let _ = m.lock();
    |     ^^^^^^^^^^^^^^^^^
    |
-   = note: `-D clippy::let-underscore-lock` implied by `-D warnings`
    = help: consider using an underscore-prefixed named binding or dropping explicitly with `std::mem::drop`
+   = note: `-D clippy::let-underscore-lock` implied by `-D warnings`
 
 error: non-binding let on a synchronization lock
   --> $DIR/let_underscore_lock.rs:10:5