georust / geo

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

Minor: outlier_detection: no need to enumerate(). #1175

Closed martinfrances107 closed 2 months ago

martinfrances107 commented 2 months ago

This is really minor

The index created by a call to .enumerate() is not used.