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

// - some itemized block 1

// * some itemized block 2

/* - some itemized block 3 */

/* * some itemized block 4 */