rust/tests/target/issue-2673-nonmodrs-mods/foo.rs
Florian Diebold e65aa302d3 Turn the nonmodrs-mods test into a standard idempotence test
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.
2018-05-06 13:08:43 +02:00

4 lines
59 B
Rust

// rustfmt-config: skip_children.toml
mod bar;
mod baz {}