| // 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; |