blob: 49f32c557b3b6cc1d6b30b29d14b92e97ad0b804 (
plain)
1
2
3
4
5
6
7
8
9
|
// 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";
}
|