Skip to content

Commit

Permalink
update tidy documentation to recommend ./x.py test tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 10, 2020
1 parent 71f92bb commit 0982c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/main.rs
Expand Up @@ -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)]

Expand Down

0 comments on commit 0982c58

Please sign in to comment.