Closed sr-gi closed 2 years ago
Clippy for Rust 1.63.0 raises a lint warning regarding structures implementing PartialEq but not Eq: https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
The autogenerated code from the common protos does fall into this constrain. However, the current recommended solution from the prost team is to disable the check: https://github.com/tokio-rs/prost/issues/661
prost
ACK 3d816cc
3d816cc
Clippy for Rust 1.63.0 raises a lint warning regarding structures implementing PartialEq but not Eq: https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
The autogenerated code from the common protos does fall into this constrain. However, the current recommended solution from the
prost
team is to disable the check: https://github.com/tokio-rs/prost/issues/661