rust/tests/target/normalize_multiline_doc_attribute.rs
2019-05-22 00:10:35 +09:00

13 lines
161 B
Rust

// rustfmt-unstable: true
// rustfmt-normalize_doc_attributes: true
///This comment
///is split
///on multiple lines
fn foo() {}
/// B1
///
/// A1
fn bar() {}