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-11-11 08:16:12 -06:00
|
|
|
let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
|
2017-04-30 16:49:39 -05:00
|
|
|
}
|