Skip to content

Commit 660f5c2

Browse files
authored
Merge pull request #3284 from TheBlueMatt/2024-08-bindings-imports-suck
2 parents 74ae8e9 + 704078a commit 660f5c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning-types/src/features.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ use alloc::vec::Vec;
8888
use bech32::{u5, Base32Len, FromBase32, ToBase32, WriteBase32};
8989

9090
mod sealed {
91-
use super::*;
91+
use super::Features;
92+
93+
use alloc::vec::Vec;
9294

9395
/// The context in which [`Features`] are applicable. Defines which features are known to the
9496
/// implementation, though specification of them as required or optional is up to the code

0 commit comments

Comments
 (0)