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
The std::ops::Deref is unnecessarily qualified here, just Deref would be enough. We have code that can automatically do this, should just be a matter of calling that.