mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Add rustfmt::skip
to the msg_target
template
This commit is contained in:
parent
88124a901a
commit
fde0d9e718
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
// This file is auto-generated by gen_target.sh based on msg_target_template.txt
|
||||
// To modify it, modify msg_target_template.txt and run gen_target.sh instead.
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
|
||||
use crate::msg_targets::utils::VecWriter;
|
||||
use crate::utils::test_logger;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue