Add rustfmt::skip to the target template

This commit is contained in:
Elias Rohrer 2024-06-07 10:47:51 +02:00
parent fde0d9e718
commit b1a9410508
No known key found for this signature in database
GPG key ID: 36153082BDF676FD

View file

@ -11,6 +11,7 @@
// To modify it, modify target_template.txt and run gen_target.sh instead.
#![cfg_attr(feature = "libfuzzer_fuzz", no_main)]
#![cfg_attr(rustfmt, rustfmt_skip)]
#[cfg(not(fuzzing))]
compile_error!("Fuzz targets need cfg=fuzzing");