Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Derive Eq for std::cmp::Ordering, instead of using manual impl.
This allows consts of type Ordering to be used in patterns, and (with feature(adt_const_params)) allows using Orderings as const generic parameters.
- Loading branch information