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
… since they are redundant with StrAllocating::to_owned and StrAllocating::into_owned. The latter names are more specific, assuming we talk about String as an "owned string" and &str as a "string slice".