BurntSushi / xsv

A fast CSV command line toolkit written in Rust.
The Unlicense
10.23k stars 317 forks source link

Derive `Default` for `TypedMinMax` #305

Open kraktus opened 1 year ago

kraktus commented 1 year ago

Hello,

I am reviewing potentially clippy false-positive/false-negative after a change to clippy::derivable_impls. In this case the lint seems correct. If not your feedback is welcome