Use `crate::prelude::*` to load `Vec`, rather than `crate::Vec`
authorMatt Corallo <git@bluematt.me>
Thu, 28 Sep 2023 02:45:00 +0000 (02:45 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 1 Oct 2023 00:05:01 +0000 (00:05 +0000)
commitadd71d42a099a84f8ebfaf9d364bff72329fe2bc
treec16745270e3feed562d3d654efce05d04d4a500b
parent34f36d5ffecc8920d7a6e5ab92c9d71171580e15
Use `crate::prelude::*` to load `Vec`, rather than `crate::Vec`

This is kinda dumb, but the bindings get confused when referring
to `Vec` absolutely in a `use` statement, and there's no reason not
to load our prelude everywhere.
lightning-invoice/src/payment.rs