X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Ferrors.rs;h=ddcc693b3398e969b364c89b4ee4a73684d33153;hb=11594c37a13a1b39833c5335e91ac567de147724;hp=b47e134efab29524c220c7781bb2d610d72dbf2e;hpb=ec3739b7a2ff05ae1c122ceeb5466d082491e39b;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