Bump workspace to rust edition 2018
[rust-lightning] / lightning / src / util / zbase32.rs
index 454fe4b55440a9844edf2ea15098eef18c3071f5..8a7bf3516f1f416e230d24c5427156e6237a4280 100644 (file)
@@ -8,7 +8,7 @@
  * at your option.
 */
 
-use prelude::*;
+use crate::prelude::*;
 
 const ALPHABET: &'static [u8] = b"ybndrfg8ejkmcpqxot1uwisza345h769";