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
take_keys operates on an Rc<RefCell> so it's a real take, just hidden behind immutability. I'm going to make it take &self so that the object can still be reused.
take_*
should have&mut self
, andinto_*
should haveself
. Check for consistency of this.The text was updated successfully, but these errors were encountered: