Merge pull request #722 from matklad/test-ignore-children

test ignored out of line modules
This commit is contained in:
Nick Cameron 2015-12-24 11:11:56 +13:00
commit c0b7de7c52
4 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
// rustfmt-skip_children: true
mod nested_skipped;

View file

@ -0,0 +1,3 @@
fn ugly() {
92;
}

View file

@ -0,0 +1,2 @@
// rustfmt-skip_children: true
mod nested_skipped;

View file

@ -0,0 +1,3 @@
fn ugly() {
92;
}