test suite: skip rustfmt on generated modules
may not exist or have trailing newline
This commit is contained in:
parent
619c5ef048
commit
119f59b349
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#[rustfmt::skip]
|
||||
#[cfg(feature = "suite_bench")]
|
||||
mod bench;
|
||||
#[rustfmt::skip]
|
||||
#[cfg(feature = "suite")]
|
||||
mod suite;
|
||||
|
||||
|
|
Loading…
Reference in a new issue