Bump workspace to rust edition 2018
[rust-lightning] / fuzz / src / msg_targets / msg_funding_created.rs
index 7fad86e743085016362a378e91f896780fc3b7a6..c03975da7b91767bc83ab55ca3fb41247a832954 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_funding_created_test<Out: test_logger::Output>(data: &[u8], _out: Out) {