georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.49k stars 194 forks source link

Minor: clippy - removed calls to .into_iter() where no needed. #1058

Closed martinfrances107 closed 11 months ago

martinfrances107 commented 11 months ago

The clippy ruleset has improved.

We can remove calls to .into_iter() in a few places.