]> git.bitcoin.ninja Git - rust-lightning/commit
[bindings] Separate take_ptr and take_inner
authorMatt Corallo <git@bluematt.me>
Wed, 25 Nov 2020 18:20:15 +0000 (13:20 -0500)
committerMatt Corallo <git@bluematt.me>
Fri, 15 Jan 2021 00:49:14 +0000 (19:49 -0500)
commit9e02d0a1e07f3a258ce6e7769a4968e3bb4f423d
treed5ddc12cbc89f570050e93326820bb1f5480cbfd
parentc0d6da5234279514641ccbd4355e8d6238562761
[bindings] Separate take_ptr and take_inner

It is confusing to have two utility methods on different classes
of types which do two different, but related, things with the same
name.
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs