]> git.lizzy.rs Git - rust.git/blob - tests/target/normalize_multiline_doc_attribute.rs
Add a test for #3575
[rust.git] / tests / target / normalize_multiline_doc_attribute.rs
1 // rustfmt-unstable: true
2 // rustfmt-normalize_doc_attributes: true
3
4 ///This comment
5 ///is split
6 ///on multiple lines
7 fn foo() {}
8
9 /// B1
10 ///
11 /// A1
12 fn bar() {}