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
error: deref which would be done by auto-deref
--> glib/tests/log.rs:41:37
|
41 | LogLevel::Critical => { (*count.lock().expect("failed to lock 3")).criticals += 1; }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `count.lock().expect("failed to lock 3")`
|
= note: `-D clippy::explicit-auto-deref` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
0 commit comments