We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustfmt::skip
msg_target
1 parent 2701bc5 commit 9ee3581Copy full SHA for 9ee3581
fuzz/src/msg_targets/msg_target_template.txt
@@ -10,6 +10,8 @@
10
// This file is auto-generated by gen_target.sh based on msg_target_template.txt
11
// To modify it, modify msg_target_template.txt and run gen_target.sh instead.
12
13
+#![cfg_attr(rustfmt, rustfmt_skip)]
14
+
15
use crate::msg_targets::utils::VecWriter;
16
use crate::utils::test_logger;
17
0 commit comments