Add bindings no-export tags to doc test types
authorMatt Corallo <git@bluematt.me>
Wed, 1 May 2024 15:19:20 +0000 (15:19 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 1 May 2024 16:04:37 +0000 (16:04 +0000)
commit8084cec3e48e137060f8b57ca46029e86de46383
treeb02c4056acc9af9d3fabca61e503143911d5c252
parent84070e113857fb2842ce4b457375c9bc5ca4f74a
Add bindings no-export tags to doc test types

We don't actually intend these to be public as they're just for
docs but the bindings don't currently parse `#[doc(hidden)]` as
"no-export" so we add manual no-export tags as well.
lightning/src/sign/mod.rs