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
[Variant] impl PartialEq and FromIterator<Option<..>> for VariantArray (#8627)
# Which issue does this PR close?
- Closes#8610
# Rationale for this change
Since the fields of `VariantArray` impl `PartialEq`, this PR simply
derives `PartialEq` for `VariantArray`
out.
Based off of #8625
0 commit comments