Skip to content

into_string() is dead, long live to_owned() #27

Closed
@kennytm

Description

@kennytm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions