tidy runs rustfmt check

This commit is contained in:
Mark Mansi 2020-02-20 09:57:51 -06:00 committed by Who? Me?!
parent 209fa47503
commit f6291ab302
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ including:
- **Formatting** Rustfmt is integrated with the build system to enforce - **Formatting** Rustfmt is integrated with the build system to enforce
uniform style across the compiler. In the CI, we check that the formatting uniform style across the compiler. In the CI, we check that the formatting
is correct. is correct. The formatting check is also automatically run by the Tidy tool
mentioned above.
Example: `./x.py fmt --check` checks formatting an exits with an error if Example: `./x.py fmt --check` checks formatting an exits with an error if
formatting is needed. formatting is needed.