Bump workspace to rust edition 2018
[rust-lightning] / lightning / src / util / errors.rs
index f00d2ab2d0e741a3b833b56b90ec8edae7fbce93..092f104b1a7a0b8897a094d21ec9c0a29f5d2cd7 100644 (file)
@@ -9,7 +9,7 @@
 
 //! Error types live here.
 
-use ln::script::ShutdownScript;
+use crate::ln::script::ShutdownScript;
 
 use alloc::string::String;
 use core::fmt;