Skip to content

Commit b1a9410

Browse files
committed
Add rustfmt::skip to the target template
1 parent fde0d9e commit b1a9410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/src/bin/target_template.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// To modify it, modify target_template.txt and run gen_target.sh instead.
1212

1313
#![cfg_attr(feature = "libfuzzer_fuzz", no_main)]
14+
#![cfg_attr(rustfmt, rustfmt_skip)]
1415

1516
#[cfg(not(fuzzing))]
1617
compile_error!("Fuzz targets need cfg=fuzzing");

0 commit comments

Comments
 (0)