Clean up use ordering introduced in 9d7bb73b599a7a9d8468a2f0c54d28f
[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";