Skip to content

Commit c995c46

Browse files
committed
Add a test
1 parent 4dabaf1 commit c995c46

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#![rustfmt::skip]
2+
3+
fn
4+
foo()
5+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// rustfmt-recursive: true
2+
mod foo;
3+
4+
fn main() {
5+
println!("Hello, world!");
6+
}

0 commit comments

Comments
 (0)