georust / geo

Rust geospatial primitives & algorithms
https://crates.io/crates/geo
Other
1.58k stars 199 forks source link

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

Closed martinfrances107 closed 7 months ago

martinfrances107 commented 7 months ago

This is really minor

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