Use prelude by universal import, rather than single import
authorMatt Corallo <git@bluematt.me>
Sat, 11 May 2024 15:55:36 +0000 (15:55 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 13 May 2024 18:55:22 +0000 (18:55 +0000)
commit5c21ee98a853027f9231be0b8309a3d111de2d0c
tree19e37595bb9a1f805efcff41d0f7ecb4bea12771
parent58febc36d1772cd8d7774b8c86edf9a87a70b1b2
Use prelude by universal import, rather than single import

This avoids the bindings trying to figure out what a
`lightning::prelude::Vec` is rather than matching it as a `Vec`.
lightning/src/util/sweep.rs