]> git.bitcoin.ninja Git - rust-lightning/commit
Specify imports manually in `types::features::sealed`
authorMatt Corallo <git@bluematt.me>
Sun, 1 Sep 2024 01:08:38 +0000 (01:08 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Sep 2024 14:00:23 +0000 (14:00 +0000)
commit12411d1a2c1fb374f50312ea58ecf97ca91ef10c
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