1 2 3 4 5 6 7 8 9 10 11 12 13
// rustfmt-format_code_in_doc_comments:true struct Foo { // a: i32, // // b: i32, } struct Foo { a: i32, // // b: i32, }