Since Rust version 1.81, sort_by will panic if the provided comparison function does not implement a total order. See https://github.com/rust/lang/rust/issues/129561 for more details. The simplest fix seems to be to use total_cmp instead of partial_cmp. |
||
|---|---|---|
| .. | ||
| fonts | ||
| src | ||
| Cargo.toml | ||