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
There should be LruCache::iter_mut() and LruCache::peek_iter_mut.
Currently mutable iteration requires using shared one, collecting the keys and using get_mut repeatedly.
The text was updated successfully, but these errors were encountered:
There should be
LruCache::iter_mut()
andLruCache::peek_iter_mut
.Currently mutable iteration requires using shared one, collecting the keys and using
get_mut
repeatedly.The text was updated successfully, but these errors were encountered: