Skip to content

Commit f4e995b

Browse files
sasurau4calebcartwright
authored andcommitted
Add recursive config to issue-3665
1 parent 246b796 commit f4e995b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/source/issue-3665/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// rustfmt-recursive: true
12
#![rustfmt::skip::attributes(skip_mod_attr)]
23

34
mod sub_mod;

tests/target/issue-3665/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// rustfmt-recursive: true
12
#![rustfmt::skip::attributes(skip_mod_attr)]
23

34
mod sub_mod;

0 commit comments

Comments
 (0)