Sign in
◑
Theme
rust
/
rust
/
8662be8340e5e2bc06fe16b7df0a7d02ebdf5e64
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
normalize_multiline_doc_attribute.rs
blob: 890c9bb20cd8d82f9bd385a25880e4e5b522f02b [
file
]
// rustfmt-unstable: true
// rustfmt-normalize_doc_attributes: true
///This comment
///is split
///on multiple lines
fn
foo
()
{}
/// B1
///
/// A1
fn
bar
()
{}