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

clippy: Remove some calls to into_iter #45

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

waywardmonkeys
Copy link
Contributor

These calls accept IntoIterator, so the caller doesn't need to call .into_iter().

These calls accept `IntoIterator`, so the caller doesn't need to
call `.into_iter()`.
@elrnv
Copy link
Owner

elrnv commented Jul 8, 2024

Thank you for the PRs! I plan to review them this week!

@elrnv elrnv merged commit 2737f77 into elrnv:master Jul 9, 2024
1 check passed
@waywardmonkeys waywardmonkeys deleted the fix-into-iter-lints branch July 9, 2024 05:56
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.

2 participants