Skip to content

Commit 1652721

Browse files
authored
Rollup merge of rust-lang#127314 - chenyukang:yukang-fix-bless-note, r=albertlarsan68
Trivial update on tidy bless note Make the notes more verbose.
2 parents 6f43a02 + 87b7415 commit 1652721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/tidy/src/run_make_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) {
9595
tidy_error!(
9696
bad,
9797
"Makefile `{}` no longer exists and should be removed from the exclusions in \
98-
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run --bless to update \
98+
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run `x test tidy --bless` to update \
9999
the allow list",
100100
p.display()
101101
);

0 commit comments

Comments
 (0)