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
When encountering an used moved value where the previous move happened
in a `match` or `if let` pattern, suggest using `ref`. Fixrust-lang#63988.
When encountering a `&mut` value that is used in multiple iterations of
a loop, suggest reborrowing it with `&mut *`. Fixrust-lang#62112.
0 commit comments