f40b1d9f1a
Although the implementation is slightly different than the original PR, the general idea is the same. After collecting all modules we want to exclude formatting those that contain the #![rustfmt::skip] attribute.
5 lines
47 B
Rust
5 lines
47 B
Rust
#![rustfmt::skip]
|
|
|
|
mod bar {
|
|
|
|
mod baz;} |