elrnv / vtkio

Visualization ToolKit (VTK) file parser and writer
Apache License 2.0
55 stars 12 forks source link

clippy: Remove some calls to `into_iter` #45

Closed waywardmonkeys closed 2 months ago

waywardmonkeys commented 3 months ago

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

elrnv commented 2 months ago

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