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