]> git.lizzy.rs Git - rust.git/commitdiff
[tidy] update documentation from `make check` to `x.py test`
authorChris Simpkins <git.simpkins@gmail.com>
Sun, 1 Mar 2020 04:54:13 +0000 (23:54 -0500)
committerChris Simpkins <git.simpkins@gmail.com>
Sun, 1 Mar 2020 04:54:13 +0000 (23:54 -0500)
src/tools/tidy/src/main.rs

index ec8b14c288a2f10a4af400b61eca0ec6bc398fa7..0b433965051383956d2ff3499942efdf57db5e69 100644 (file)
@@ -1,8 +1,8 @@
 //! Tidy checks source code in this repository.
 //!
 //! This program runs all of the various tidy checks for style, cleanliness,
-//! etc. This is run by default on `make check` and as part of the auto
-//! builders.
+//! 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`.
 
 #![deny(warnings)]