]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue_3937.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue_3937.rs
1 // rustfmt-format_code_in_doc_comments:true
2
3 struct Foo {
4     // a: i32,
5     //
6     // b: i32,
7 }
8
9 struct Foo {
10     a: i32,
11     //
12     // b: i32,
13 }