You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lint fires when we do a swap with a value stored in a mutex,
as it sees the `&mut x.lock().unwrap()` as a temporary which can be
taken from, even though it is in fact not.
0 commit comments