jacob-pro / cspice-rs

Rust bindings to CSPICE
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Add Eq derives where available #2

Closed cmleinz closed 2 years ago

cmleinz commented 2 years ago

Fix for new clippy warnings resulting from lacking trivial Eq implementations, where PartialEq is already implemented. As discussed in #1

jacob-pro commented 2 years ago

thank you!