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's a common borrow check error that results from trying to insert into a container (usually a hash map) in the None branch after a find call. We should document the solution to this—namely, find_or_insert and friends.