rust/tests/target/configs-format_strings-false.rs
Seiichi Uchida 70c69c6acd Update tests
2017-11-11 23:16:12 +09:00

8 lines
228 B
Rust

// rustfmt-format_strings: false
// rustfmt-max_width: 50
// rustfmt-error_on_line_overflow: false
// Force format strings
fn main() {
let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
}