`rustfmt`: `fuzz/src/fromstr_to_netaddress.rs`
[rust-lightning] / fuzz / src / bin / msg_update_fee_target.rs
index 207df698f6a16edbd7ccc4cd20e9ab841843d515..b021107f15044a5e8b7eb2f7c0bf08ef486daa27 100644 (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");