]> git.bitcoin.ninja Git - rust-lightning/commit
[UPSTREAM] 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>
Sat, 11 May 2024 16:23:45 +0000 (16:23 +0000)
commitb5b6346fd56c17ad74219c2b64006c9c4dba6a28
tree58751b71e013da4d1d655dd0f4ed32c3ab6b3476
parent2cbf86936f7398e7fb15bed4f901774d7d795232
[UPSTREAM] 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