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
fix(unicode-table-generator): fix duplicated unique indices
unicode-table-generator panicked while populating distinct_indices
because of duplicated indices. This was introduced in rust-lang#144134, where
the order of canonical_words.push(...) and canonical_words.len() was
swapped.
Fixes: rust-lang#144134
0 commit comments