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=3a0356fe308ba29916d00f3376cd57ce6613f3d0;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