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