mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Add rustfmt::skip
to the target template
This commit is contained in:
parent
fde0d9e718
commit
b1a9410508
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue