]> git.bitcoin.ninja Git - ldk-c-bindings/commit
Don't attempt to check if a reference is clonable
authorMatt Corallo <git@bluematt.me>
Mon, 26 Aug 2024 23:28:51 +0000 (23:28 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Sep 2024 18:55:34 +0000 (18:55 +0000)
commit42aa74fd87a95a132ac45eb0652f1064e1e5d670
tree9f6de3b1dbcd64a532f203941421431f23b22e38
parent2850baacb2fac5cc08c822ad6cecb118e71c5504
Don't attempt to check if a reference is clonable

`is_clonable` will only work for non-reference types, so this check
was actually generally always false.
c-bindings-gen/src/types.rs