]> git.bitcoin.ninja Git - ldk-c-bindings/commit
Stop relying on `impl Deref { type Target = Self; ...`
authorMatt Corallo <git@bluematt.me>
Tue, 20 Aug 2024 18:31:29 +0000 (18:31 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 24 Aug 2024 17:11:07 +0000 (17:11 +0000)
commitfefaed28585675e2e792357768e6d9a11455c276
treefe676c5e4c41463d44f4dbb2eca807014372fcd5
parent05c3f9db0d834732d521999d7def4287f3c2aa17
Stop relying on `impl Deref { type Target = Self; ...`

... this has a tendency to cause `reached the recursion limit while
auto-dereferencing` errors, and even a dumb struct copy suffices to
avoid it.
c-bindings-gen/src/main.rs