mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
update stderr file
This commit is contained in:
parent
489dd2e504
commit
3fbe321440
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ LL | | };
|
|||
= help: move the lock call outside of the `if let ...` expression
|
||||
|
||||
error: calling `Mutex::lock` inside the scope of another `Mutex::lock` causes a deadlock
|
||||
--> $DIR/if_let_mutex.rs:20:5
|
||||
--> $DIR/if_let_mutex.rs:22:5
|
||||
|
|
||||
LL | / if let Some(locked) = m.lock().unwrap().deref() {
|
||||
LL | | do_stuff(locked);
|
||||
|
|
Loading…
Reference in a new issue