We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04832fa commit 1938249Copy full SHA for 1938249
src/tests/intro.md
@@ -65,7 +65,8 @@ including:
65
66
- **Formatting** – Rustfmt is integrated with the build system to enforce
67
uniform style across the compiler. In the CI, we check that the formatting
68
- is correct.
+ is correct. The formatting check is also automatically run by the Tidy tool
69
+ mentioned above.
70
71
Example: `./x.py fmt --check` checks formatting an exits with an error if
72
formatting is needed.
0 commit comments