]> git.bitcoin.ninja Git - rust-lightning/commit
[bindings] Always resolve supertrait types during supertrait walks
authorMatt Corallo <git@bluematt.me>
Wed, 25 Nov 2020 16:59:58 +0000 (11:59 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 4 Jan 2021 17:40:40 +0000 (12:40 -0500)
commit0258057408ffd230bde23896b453ae54658c4ad3
tree39b496c03ecd24e78725bcfd9ce05fc656ce18db
parent979863e7bccad65848b78a2ae963e18b9e63662c
[bindings] Always resolve supertrait types during supertrait walks

This is a rather trivial cleanup to ensure we always have the full
path when we walk supertraits even if the supertrait is specified
with only a single ident.
c-bindings-gen/src/main.rs