Bump workspace to rust edition 2018
[rust-lightning] / fuzz / src / msg_targets / msg_update_fail_malformed_htlc.rs
index 2635a4cb6a34fef8339529a2679ba632d831528d..24718d54adefe0e1a1996c86f88452c04b0ff77a 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_update_fail_malformed_htlc_test<Out: test_logger::Output>(data: &[u8], _out: Out) {