Skip to content

Commit e39ea75

Browse files
gnzlbgmark-i-m
authored andcommitted
Add how to run tidy script in isolation to text
This is already mentioned elsewhere, but important things are repeated twice. Closes #124
1 parent 55ddb4d commit e39ea75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/conventions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ rustc is slowly moving towards the [Rust standard coding style][fmt];
1111
at the moment, however, it follows a rather more *chaotic* style. We
1212
do have some mandatory formatting conventions, which are automatically
1313
enforced by a script we affectionately call the "tidy" script. The
14-
tidy script runs automatically when you do `./x.py test`.
14+
tidy script runs automatically when you do `./x.py test` and can be run
15+
in isolation with `./x.py test src/tools/tidy`.
1516

1617
[fmt]: https://github.com/rust-lang-nursery/fmt-rfcs
1718

0 commit comments

Comments
 (0)