]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/normalize_multiline_doc_attribute.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / 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() {}