update tidy documentation to recommend ./x.py test tidy · rust-lang/rust@0982c58 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 0982c58
update tidy documentation to recommend ./x.py test tidy
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 | //! |
3 | 3 | //! This program runs all of the various tidy checks for style, cleanliness, |
4 | 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`. | |
5 | +//! builders. The tidy checks can be executed with `./x.py test tidy`. | |
6 | 6 | |
7 | 7 | #![deny(warnings)] |
8 | 8 |