rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.69k stars 303 forks source link

`MinMaxResult`: derive `Eq` #838

Closed Philippe-Cholet closed 8 months ago

Philippe-Cholet commented 8 months ago

I merely did cargo clippy --fix -- -D clippy::derive_partial_eq_without_eq but the next link is useful to understand why it should be done https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq

Credits to #618.