10 lines
267 B
Rust
10 lines
267 B
Rust
|
// 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";
|
||
|
}
|