2020-05-30 11:36:44 -05:00
|
|
|
// rustfmt-wrap_comments: true
|
|
|
|
|
|
|
|
/// Table that is > 80 symbols:
|
|
|
|
///
|
|
|
|
/// | table | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
|
|
|
|
/// |-------|-----------------------------------------------------------------------------|
|
|
|
|
/// | val | x |
|
|
|
|
pub struct Item;
|
|
|
|
|
2022-09-10 06:31:08 -05:00
|
|
|
/// Table value that is > 80 symbols:
|
2020-05-30 11:36:44 -05:00
|
|
|
///
|
2022-09-10 06:31:08 -05:00
|
|
|
/// | 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;
|