icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Struct extensions::unicode::Unicode shouldn't implement Ord

Open sffc opened this issue 1 year ago • 0 comments

The tuple ordering of extensions::unicode::Unicode is not equal to its string ordering. I added a total_cmp function to this type in https://github.com/unicode-org/icu4x/pull/4608, and in 2.0 we should remove the derived impl.

sffc avatar Feb 14 '24 02:02 sffc