Do not compile the `Simple*` type aliases in `c_bindings` at all
authorMatt Corallo <git@bluematt.me>
Sat, 21 Oct 2023 02:42:48 +0000 (02:42 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 21 Oct 2023 16:30:41 +0000 (16:30 +0000)
commit4443db67f9bced58882eaf99d68608ed5be6bba3
treec13f62bd4e0a44b613a91a0e8a48d37c054f827d
parentbbb8facbe6ded97d7612c2ec6126812e96df1a22
Do not compile the `Simple*` type aliases in `c_bindings` at all

Because the bindings changes now require further changes to our
type definitions, avoiding building the `Simple*` type aliases
entirely makes the patchset there simpler.
lightning/src/ln/channelmanager.rs
lightning/src/ln/peer_handler.rs
lightning/src/onion_message/messenger.rs
lightning/src/onion_message/mod.rs