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
1 parent 9ee3581 commit cee3600Copy full SHA for cee3600
fuzz/src/bin/target_template.txt
@@ -11,6 +11,7 @@
11
// To modify it, modify target_template.txt and run gen_target.sh instead.
12
13
#![cfg_attr(feature = "libfuzzer_fuzz", no_main)]
14
+#![cfg_attr(rustfmt, rustfmt_skip)]
15
16
#[cfg(not(fuzzing))]
17
compile_error!("Fuzz targets need cfg=fuzzing");
0 commit comments