Skip to content

Commit 0982c58

Browse files
committed
update tidy documentation to recommend ./x.py test tidy
1 parent 71f92bb commit 0982c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! This program runs all of the various tidy checks for style, cleanliness,
44
//! 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`.
5+
//! builders. The tidy checks can be executed with `./x.py test tidy`.
66
77
#![deny(warnings)]
88

0 commit comments

Comments
 (0)