rust/tests/target/disable_all_formatting.rs

5 lines
124 B
Rust
Raw Normal View History

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