Why Nostr? What is Njump?
2023-12-07 22:37:21
in reply to

Gabriel Pettier on Nostr: npub129gva…e4kwg yeah, i finally understood my mistake 😆 impl PartialEq for ...

yeah, i finally understood my mistake 😆

impl PartialEq for HandTypes {
fn eq(&self, other: &Self) -> bool {
self == other
}
}

lldb did indicate me that the issue was in PartialEq, that was useful, but my eyes passed over it a few times before it clicked 🤦‍♂️

HandTypes is an Enum, so it felt a bit silly to implement.
Author Public Key
npub1z6h5ea33t4guw849r47xkar6zj3qptv76fk6239rknlnwfhc24nq9dvkkr