X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Fbin%2Fmsg_channel_details_target.rs;h=34f51a30bde2bd33b845a354306a06d3a9f49657;hb=b8cdde8af64189fd1567cbc85cfae26c610af969;hp=4040a7c00844f8a831f4c4343926af22ba842537;hpb=c9de6503dd6e72d637f15237d4c7e821da672895;p=rust-lightning diff --git a/fuzz/src/bin/msg_channel_details_target.rs b/fuzz/src/bin/msg_channel_details_target.rs index 4040a7c0..34f51a30 100644 --- a/fuzz/src/bin/msg_channel_details_target.rs +++ b/fuzz/src/bin/msg_channel_details_target.rs @@ -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");