Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievink

bootstrap: fix typo
This commit is contained in:
Ralf Jung 2020-05-17 16:24:29 +02:00 committed by GitHub
commit 2b3d99d31a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
);