diff options
| author | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-09 21:40:00 -0400 |
|---|---|---|
| committer | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-09 21:40:00 -0400 |
| commit | 0982c58edc5b9fe4cfc8b22bc3edaa95e4f5c638 (patch) | |
| tree | 6f507834ae9677e0fa7d2ffc2b56c1498a21b76a | |
| parent | 71f92bb8123a1307bb52af63b13637d774c744eb (diff) | |
| download | rust-0982c58edc5b9fe4cfc8b22bc3edaa95e4f5c638.tar.gz rust-0982c58edc5b9fe4cfc8b22bc3edaa95e4f5c638.zip | |
update tidy documentation to recommend ./x.py test tidy
| -rw-r--r-- | src/tools/tidy/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs index 0b433965051..909529d7307 100644 --- a/src/tools/tidy/src/main.rs +++ b/src/tools/tidy/src/main.rs @@ -2,7 +2,7 @@ //! //! This program runs all of the various tidy checks for style, cleanliness, //! etc. This is run by default on `./x.py test` and as part of the auto -//! builders. The tidy checks can be executed with `./x.py test src/tools/tidy`. +//! builders. The tidy checks can be executed with `./x.py test tidy`. #![deny(warnings)] |
