Skip to content

Fix clippy useless_conversion warnings in runtime split loops#63

Merged
cryscan merged 1 commit into
cryscan:mainfrom
sebastian-zm:fix/newer-clippy
Jun 1, 2026
Merged

Fix clippy useless_conversion warnings in runtime split loops#63
cryscan merged 1 commit into
cryscan:mainfrom
sebastian-zm:fix/newer-clippy

Conversation

@sebastian-zm

Copy link
Copy Markdown

Remove redundant .into_iter() calls in .zip(...) arguments flagged by clippy under -D warnings (zip already accepts any IntoIterator).

Remove redundant `.into_iter()` calls in `.zip(...)` arguments flagged
by clippy under -D warnings (zip already accepts any IntoIterator).
@cryscan

cryscan commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Cool!

@cryscan cryscan merged commit 0c51af5 into cryscan:main Jun 1, 2026
1 check 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.

2 participants