We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ddb4d commit e39ea75Copy full SHA for e39ea75
src/conventions.md
@@ -11,7 +11,8 @@ rustc is slowly moving towards the [Rust standard coding style][fmt];
11
at the moment, however, it follows a rather more *chaotic* style. We
12
do have some mandatory formatting conventions, which are automatically
13
enforced by a script we affectionately call the "tidy" script. The
14
-tidy script runs automatically when you do `./x.py test`.
+tidy script runs automatically when you do `./x.py test` and can be run
15
+in isolation with `./x.py test src/tools/tidy`.
16
17
[fmt]: https://github.com/rust-lang-nursery/fmt-rfcs
18
0 commit comments