]> git.bitcoin.ninja Git - rust-lightning/commit
Specify imports manually in `types::features::sealed` 2024-08-bindings-imports-suck
authorMatt Corallo <git@bluematt.me>
Sun, 1 Sep 2024 01:08:38 +0000 (01:08 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 1 Sep 2024 01:08:38 +0000 (01:08 +0000)
commit704078ac8787c929130194a76af4828e552be3c6
tree7a4336543fae7e1f36d5f974bba8c497b28fa465
parent7e513f97dd17fa673d1658ee1484f4e2dd0636c4
Specify imports manually in `types::features::sealed`

There's not a lot of reason to do this, but sadly the bindings
don't currently resolve wildcard imports at all, and I don't want
to deal with implementing it right now.
lightning-types/src/features.rs