]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/configs/blank_lines_lower_bound/1.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / configs / blank_lines_lower_bound / 1.rs
CommitLineData
f20569fa
XL
1// rustfmt-blank_lines_lower_bound: 1
2
3fn foo() {}
4fn bar() {}
5// comment
6fn foobar() {}
7
8fn foo1() {}
9fn bar1() {}
10
11// comment
12
13fn foobar1() {}