7 lines
130 B
Rust
7 lines
130 B
Rust
// rustfmt-unstable: true
|
|
// rustfmt-normalize_doc_attributes: true
|
|
|
|
///This comment
|
|
///is split
|
|
///on multiple lines
|
|
fn foo() {}
|