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

Remove unnecessary to_owned() calls. #121

Merged
merged 2 commits into from
Dec 3, 2019
Merged

Remove unnecessary to_owned() calls. #121

merged 2 commits into from
Dec 3, 2019

Conversation

goto-bus-stop
Copy link
Member

parse() is a method on &str, so these things don't need to first be
converted to a String.

`parse()` is a method on `&str`, so these things don't need to first be
converted to a `String`.
@goto-bus-stop goto-bus-stop merged commit df5065b into master Dec 3, 2019
@goto-bus-stop goto-bus-stop deleted the no-to-owned branch December 3, 2019 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant