]> 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>
Fri, 15 Jan 2021 00:49:14 +0000 (19:49 -0500)
commit7502875fbd7ea6f3d19611a424c3737ee2585c5b
tree4871c84d60b0a5960a290a3fd644c86442856344
parent3dce89cddaebf138a6fe9b80efd1b2a9ad16c1aa
[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