Add rustfmt::skip to the msg_target template

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

View file

@ -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;