BurntSushi / xsv

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

Derive `Default` for `TypedMinMax` #305

Open kraktus opened 2 years ago

kraktus commented 2 years 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