cargo fmt: missing linebreak in error message #3644
Labels
bug
Panic, non-idempotency, invalid code, etc.
good first issue
Issues up for grabs, also good candidates for new rustfmt contributors
Milestone
./target/debug/cargo-fmt -p wasd
The error message is:
looks like there is a final linebreak missing after the --help output.
(it should be
Options passed to rustfmt\n
instead ofOptions passed to rustfmt
)The text was updated successfully, but these errors were encountered: