Bump workspace to rust edition 2018
[rust-lightning] / fuzz / src / msg_targets / msg_open_channel.rs
index 2508fa353bb58806c9c802291541d832b121e92d..cacb5d767d6169b0aaddff1700d2f22e8305b5d1 100644 (file)
@@ -10,8 +10,8 @@
 // This file is auto-generated by gen_target.sh based on msg_target_template.txt
 // To modify it, modify msg_target_template.txt and run gen_target.sh instead.
 
-use msg_targets::utils::VecWriter;
-use utils::test_logger;
+use crate::msg_targets::utils::VecWriter;
+use crate::utils::test_logger;
 
 #[inline]
 pub fn msg_open_channel_test<Out: test_logger::Output>(data: &[u8], _out: Out) {