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
Allowing comparisons between arrays of tokens may result in unexpected behavior with #22. The equality comparison with Tokens is specialized to do correct comparison, but if the user compares two arrays somehow they may be confused by the comparison not being correct.
The text was updated successfully, but these errors were encountered:
The way to resolve this is by removing the ability to compare between Tokens. This is fine, since the PartialEq impl was just an implementation detail for comparing the full serialization output anyway.
Allowing comparisons between arrays of tokens may result in unexpected behavior with #22. The equality comparison with
Tokens
is specialized to do correct comparison, but if the user compares two arrays somehow they may be confused by the comparison not being correct.The text was updated successfully, but these errors were encountered: