| // rustfmt-force_format_strings: false | |
| // rustfmt-format_strings: false | |
| // rustfmt-max_width: 50 | |
| // rustfmt-error_on_line_overflow: false | |
| // Force format strings | |
| fn main() { | |
| let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit"; | |
| } |