You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.