You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import alloc types directly in lightning-liquidity
While using a `prelude` can be helpful when we import `*` from it,
importing individual types through a `prelude` is somewhat
unnecessary indirection. Further, importing `alloc` types like
`String` and `Vec` through a `prelude` confuse the bindings
generator.
Thus, here we drop the `alloc` imports from the
`lightning-liquidity` `prelude` and replace it with direct imports.
We leave the `lightning-liquidity::prelude::hash_tables` `pub(use)`
in place as the sym-linked `debug_sync` relies on it.
0 commit comments