Swap around generic argument ordering in DefaultRouter for bindings 2021-12-0.0.104
authorMatt Corallo <git@bluematt.me>
Fri, 17 Dec 2021 22:38:46 +0000 (22:38 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 17 Dec 2021 22:46:07 +0000 (22:46 +0000)
commit27d5c7a2106f163f1c0df462db4ca6247f891af2
treeea631546022132327026201f43a941f3c4513f33
parentec86e2a1a7a1b2cd680a46e2bdd4274dd39bb78c
Swap around generic argument ordering in DefaultRouter for bindings

The bindings generation really should support default generic types
in where clauses, but currently does not. To avoid needing to add
support during the current release process, we simply swap around
the arguments to move them to the first <> instead of the where.
lightning-invoice/src/utils.rs