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

Pass the try_from_str functions a &str instead of a &String. #282

Merged
merged 2 commits into from Nov 22, 2019

Commits on Nov 22, 2019

  1. Pass the try_from_str functions a &str instead of a &String.

    In most cases this doesn't matter, as &String is coerced to a &str, but
    this fails for generic functions like CString::new.
    m-ou-se committed Nov 22, 2019
    Copy the full SHA
    d5c1586 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md.

    m-ou-se committed Nov 22, 2019
    Copy the full SHA
    2f34a93 View commit details
    Browse the repository at this point in the history