Make clippy shut up about `PartialOrd` and `Ord` both impl'd 2023-10-make-clippy-shut-up
authorMatt Corallo <git@bluematt.me>
Thu, 5 Oct 2023 23:57:08 +0000 (23:57 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 6 Oct 2023 00:02:45 +0000 (00:02 +0000)
commitec7d6654368054e44d079f28022c06175556dde3
tree88ee0205dbd01504e9eb3b65a912ffc6580449ee
parenteea19de198a359d9014d704baaffc70bdb93f4f7
Make clippy shut up about `PartialOrd` and `Ord` both impl'd

Clippy gets mad that we have an implementation of `ParialOrd` and
`Ord` separately, even though both are identical. Making
`ParitalOrd` call `Ord` makes clippy shut up.
lightning-invoice/src/lib.rs