mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
parent
55506b8da0
commit
e3123ce88c
2
tests/source/mod_skip_child.rs
Normal file
2
tests/source/mod_skip_child.rs
Normal file
@ -0,0 +1,2 @@
|
||||
// rustfmt-skip_children: true
|
||||
mod nested_skipped;
|
3
tests/source/nested_skipped/mod.rs
Normal file
3
tests/source/nested_skipped/mod.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn ugly() {
|
||||
92;
|
||||
}
|
2
tests/target/mod_skip_child.rs
Normal file
2
tests/target/mod_skip_child.rs
Normal file
@ -0,0 +1,2 @@
|
||||
// rustfmt-skip_children: true
|
||||
mod nested_skipped;
|
3
tests/target/nested_skipped/mod.rs
Normal file
3
tests/target/nested_skipped/mod.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn ugly() {
|
||||
92;
|
||||
}
|
Loading…
Reference in New Issue
Block a user