Open
Description
In optional, I have both the standard derived Eq
and Hash
, plus one extra Eq
impls on references for improved ergonomics. However, this additional Eq' impl triggers the
derive_hash_xor_eq` lint. So perhaps the lint should look for existing derived implementations to avoid this false positive.