mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 17:13:48 +00:00
9 lines
225 B
Rust
9 lines
225 B
Rust
// rustfmt-force_format_strings: true
|
|
// rustfmt-format_strings: false
|
|
// rustfmt-max_width: 50
|
|
// Force format strings
|
|
|
|
fn main() {
|
|
let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
|
|
}
|