We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loop { ; }
gets formatted to
loop { }
which then gets formatted to
loop {}
Thus requiring two calls to rustfmt to achieve a stable state.
Expected behavior
should format in one step to
Meta
rustfmt 1.4.29-nightly (70ce1825 2020-12-04)
cargo fmt