summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5088/single_line_itemized_block_wrap_comments_true.rs
blob: e9f343d75d5ebec61c7c39cb8a6152f187e1be3c (plain)
1
2
3
4
5
6
7
8
9
// rustfmt-wrap_comments: true

// - some itemized block 1

// * some itemized block 2

/* - some itemized block 3 */

/* * some itemized block 4 */