The derived `Ord` is inconsistent with the `PartialOrd`, since it does not implement lexicographical ordering. By the way, it seems the compiler did already detect this issue, but #10 silenced the warning instead of fixing it.
The derived
Ordis inconsistent with thePartialOrd, since it does not implement lexicographical ordering.By the way, it seems the compiler did already detect this issue, but #10 silenced the warning instead of fixing it.