We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65833dc + 4caddae commit 2b3d99dCopy full SHA for 2b3d99d
src/bootstrap/format.rs
@@ -23,7 +23,7 @@ fn rustfmt(src: &Path, rustfmt: &Path, path: &Path, check: bool) {
23
if !status.success() {
24
eprintln!(
25
"Running `{}` failed.\nIf you're running `tidy`, \
26
- try again with `--bless` flag. Or, you just want to format \
+ try again with `--bless`. Or, if you just want to format \
27
code, run `./x.py fmt` instead.",
28
cmd_debug,
29
);
0 commit comments