2017-04-30 23:49:39 +02:00
|
|
|
// rustfmt-format_strings: false
|
|
|
|
// rustfmt-max_width: 50
|
|
|
|
// rustfmt-error_on_line_overflow: false
|
|
|
|
// Force format strings
|
|
|
|
|
|
|
|
fn main() {
|
2017-10-01 21:21:20 +09:00
|
|
|
let lorem =
|
|
|
|
"ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
|
2017-04-30 23:49:39 +02:00
|
|
|
}
|