Skip to content

Commit 9ee3581

Browse files
committed
Add rustfmt::skip to the msg_target template
1 parent 2701bc5 commit 9ee3581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fuzz/src/msg_targets/msg_target_template.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// This file is auto-generated by gen_target.sh based on msg_target_template.txt
1111
// To modify it, modify msg_target_template.txt and run gen_target.sh instead.
1212

13+
#![cfg_attr(rustfmt, rustfmt_skip)]
14+
1315
use crate::msg_targets::utils::VecWriter;
1416
use crate::utils::test_logger;
1517

0 commit comments

Comments
 (0)