Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
normalize_multiline_doc_attribute.rs
blob: 890c9bb20cd8d82f9bd385a25880e4e5b522f02b [
file
] [
log
] [
blame
]
// rustfmt-unstable: true
// rustfmt-normalize_doc_attributes: true
///This comment
///is split
///on multiple lines
fn
foo
()
{}
/// B1
///
/// A1
fn
bar
()
{}