rust-lightning/lightning
Jeffrey Czyz e23f89ce43
Remove unneeded Eq and PartialEq derives
TlvRecord has a few fields, but comparing only the record_bytes is
sufficient for equality since the other fields are initialized from it.
Remove the Eq and PartialEq derives as they compare these other fields.
2024-10-29 18:31:43 -05:00
..
src Remove unneeded Eq and PartialEq derives 2024-10-29 18:31:43 -05:00
Cargo.toml Drop no-std feature 2024-09-18 09:07:58 +02:00