What is Nostr?
Gabriel Pettier /
npub1z6h…vkkr
2023-12-07 22:37:21
in reply to nevent1q…v6hf

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

npub129gvast08lj986yftn7q5qlnj8yfqufxx0m33s9u5xssjm8c64rsve4kwg (npub129g…4kwg) 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