Skip to content

Commit 2b3d99d

Browse files
authored
Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievink
bootstrap: fix typo
2 parents 65833dc + 4caddae commit 2b3d99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn rustfmt(src: &Path, rustfmt: &Path, path: &Path, check: bool) {
2323
if !status.success() {
2424
eprintln!(
2525
"Running `{}` failed.\nIf you're running `tidy`, \
26-
try again with `--bless` flag. Or, you just want to format \
26+
try again with `--bless`. Or, if you just want to format \
2727
code, run `./x.py fmt` instead.",
2828
cmd_debug,
2929
);

0 commit comments

Comments
 (0)