Skip to content

Commit 71f92bb

Browse files
committed
[tidy] update documentation from make check to x.py test
1 parent d3c7934 commit 71f92bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Tidy checks source code in this repository.
22
//!
33
//! This program runs all of the various tidy checks for style, cleanliness,
4-
//! etc. This is run by default on `make check` and as part of the auto
5-
//! builders.
4+
//! etc. This is run by default on `./x.py test` and as part of the auto
5+
//! builders. The tidy checks can be executed with `./x.py test src/tools/tidy`.
66
77
#![deny(warnings)]
88

0 commit comments

Comments
 (0)