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

fix: add missing IntoIter #62

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

henryiii
Copy link
Contributor

@henryiii henryiii commented Dec 19, 2024

This removes a clippy lint, which states anything with .iter() should implement IntoIter (and likewise for mut versions).

Fix #49.

@henryiii henryiii force-pushed the henryiii/fix/intoiter branch from b4c3f19 to 6f16f50 Compare December 19, 2024 19:27
@henryiii henryiii changed the title fix: add missing intoiter fix: add missing IntoIter Dec 19, 2024
This removes a clippy lint, which states anything with `.iter()` should implement IntoIter (and likewise for mut).

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@henryiii henryiii force-pushed the henryiii/fix/intoiter branch from 6f16f50 to c33db87 Compare December 19, 2024 19:30
Copy link
Owner

@becheran becheran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@becheran becheran merged commit 25fd310 into becheran:master Dec 22, 2024
3 checks passed
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.

Implement IntoIterator trait
2 participants