5 lines
124 B
Rust
5 lines
124 B
Rust
// rustfmt-disable_all_formatting: true
|
|
// Don't format anything.
|
|
|
|
fn main() { println!("This should not be formatted."); }
|