Skip to content

Commit 4b34444

Browse files
committed
mention tidy bless
1 parent 1938249 commit 4b34444

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/intro.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ including:
7373

7474
Example: `./x.py fmt` runs rustfmt on the codebase.
7575

76+
Example: `./x.py test src/tools/tidy --bless` does formatting before doing
77+
other tidy checks.
78+
7679
- **Unit tests** – The Rust standard library and many of the Rust packages
7780
include typical Rust `#[test]` unittests. Under the hood, `x.py` will run
7881
`cargo test` on each package to run all the tests.

0 commit comments

Comments
 (0)