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
Otherwise we sometimes get warnings about technically breaking changes
when adding Eq in std::marker::Structural(Partial)Eq and sometimes in
std::cmp::(Partial)Eq.
Because structural traits are currently a hack/workaround and not
something the user is expected to impl themselves (but is rather done
by the compiler), let's ignore changes in structural eq trait impls.
0 commit comments