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
`iter_mut()` and `or_insert()` yields mutable references, the variables
they bind to does not need to be mutable.
Previously, because of rust-lang/rust#30280
this was not considered a warning.
The fix is in rust-lang/rust#43582
This means on recently nightlies this warning is emitted.
0 commit comments