summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-4210.rs
blob: 3fd9663908260b147af71f9fa659fc9f7a32f5b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// rustfmt-wrap_comments: true

/// Table that is > 80 symbols:
///
/// | table | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
/// |-------|-----------------------------------------------------------------------------|
/// | val   | x                                                                           |
pub struct Item;

/// Table value that is > 80 symbols:
///
/// | table    | heading
/// |----------|-----------------------------------------------------------------------------
/// | long val | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
pub struct Item2;