update tidy documentation to recommend ./x.py test tidy

This commit is contained in:
Chris Simpkins 2020-03-09 21:40:00 -04:00
parent 71f92bb812
commit 0982c58edc

View file

@ -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)]