e65aa302d3
We need to skip children on foo.rs, since the parser will not find bar from that file, but with that, the test works fine.
5 lines
59 B
Rust
5 lines
59 B
Rust
// rustfmt-config: skip_children.toml
|
|
mod bar;
|
|
|
|
mod baz {}
|