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