]> git.lizzy.rs Git - rust.git/blob - tests/target/normalize_multiline_doc_attribute.rs
Only run test on nightly
[rust.git] / tests / target / normalize_multiline_doc_attribute.rs
1 // rustfmt-unstable: true
2
3 ///This comment
4 ///is split
5 ///on multiple lines
6 fn foo() {}