]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5088/multi_line_itemized_block_wrap_comments_false.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue-5088 / multi_line_itemized_block_wrap_comments_false.rs
1 // rustfmt-wrap_comments: false
2
3 // - some itemized block 1
4 // - some itemized block 2
5
6 // * some itemized block 3
7 // * some itemized block 4
8
9 /*
10  * - some itemized block 5
11  * - some itemized block 6
12  */
13
14 /*
15  * * some itemized block 7
16  * * some itemized block 8
17  */