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 rust-lang/rust#19741 is merged, str.into_string() is no longer available. The replacement seems to be std::borrow::ToOwned::to_owned(). The lint should be updated to this.