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

fixed some clippy warnings #7

Merged
merged 1 commit into from Sep 18, 2016
Merged

fixed some clippy warnings #7

merged 1 commit into from Sep 18, 2016

Conversation

llogiq
Copy link
Contributor

@llogiq llogiq commented Sep 17, 2016

Just a few readability nits and using collect() for shorter vector operations.

@dguo dguo merged commit 3ad9a26 into rapidfuzz:master Sep 18, 2016
@dguo
Copy link
Member

dguo commented Sep 18, 2016

Thank you!

@llogiq llogiq deleted the clippy branch September 18, 2016 06:12
@llogiq
Copy link
Contributor Author

llogiq commented Sep 18, 2016

You're welcome.

jnqnfe added a commit to jnqnfe/strsim-rs that referenced this pull request Nov 4, 2018
little hard to walk through all of the std code, but I'm pretty certain
two separate range collect()'s are more efficient than the push() loop.

it's also more simple
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.

None yet

2 participants