mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
f2c867d067
* New `disable_all_formatting` config option * Resolve code review comments
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."); }
|