rust/tests/target/configs-format_strings-false.rs

10 lines
236 B
Rust
Raw Normal View History

// 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";
}