Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clippy warning related to IString PartialOrd implementation (#35)
Clippy added a new lint `clippy::non_canonical_partial_ord_impl` (aka `incorrect_partial_ord_impl_on_ord_type`), hence it should now be followed.
- Loading branch information