We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f92bb commit 0982c58Copy full SHA for 0982c58
src/tools/tidy/src/main.rs
@@ -2,7 +2,7 @@
2
//!
3
//! This program runs all of the various tidy checks for style, cleanliness,
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`.
+//! builders. The tidy checks can be executed with `./x.py test tidy`.
6
7
#![deny(warnings)]
8
0 commit comments