]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/configs/format_strings/false.rs
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / tools / rustfmt / tests / target / configs / format_strings / false.rs
1 // rustfmt-format_strings: false
2 // rustfmt-max_width: 50
3 // rustfmt-error_on_line_overflow: false
4 // Force format strings
5
6 fn main() {
7     let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
8 }