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

9 lines
228 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-11-11 15:16:12 +01:00
let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
}