Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string: implement From<&String> for String #59825

Merged
merged 1 commit into from
May 16, 2019
Merged

Commits on Apr 9, 2019

  1. string: implement From<&String> for String

    Allow Strings to be created from borrowed Strings. This is mostly
    to make things like passing &String to an `impl Into<String>`
    parameter frictionless.
    jsgf committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    08b0aca View commit details
    Browse the repository at this point in the history