X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Ferrors.rs;h=ddcc693b3398e969b364c89b4ee4a73684d33153;hb=12461fcba179a1b6726f5c2557d12cb1f1b33b25;hp=b47e134efab29524c220c7781bb2d610d72dbf2e;hpb=f0743433e7e1d302f79bec2fdb3f173560e4e954;p=rust-lightning diff --git a/lightning/src/util/errors.rs b/lightning/src/util/errors.rs index b47e134e..ddcc693b 100644 --- a/lightning/src/util/errors.rs +++ b/lightning/src/util/errors.rs @@ -9,6 +9,7 @@ //! Error types live here. +use alloc::string::String; use core::fmt; /// Indicates an error on the client's part (usually some variant of attempting to use too-low or