Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievink
bootstrap: fix typo
This commit is contained in:
commit
2b3d99d31a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fn rustfmt(src: &Path, rustfmt: &Path, path: &Path, check: bool) {
|
|||
if !status.success() {
|
||||
eprintln!(
|
||||
"Running `{}` failed.\nIf you're running `tidy`, \
|
||||
try again with `--bless` flag. Or, you just want to format \
|
||||
try again with `--bless`. Or, if you just want to format \
|
||||
code, run `./x.py fmt` instead.",
|
||||
cmd_debug,
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue