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