Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
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.