Skip to content

Commit 1938249

Browse files
committed
tidy runs rustfmt check
1 parent 04832fa commit 1938249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ including:
6565

6666
- **Formatting** – Rustfmt is integrated with the build system to enforce
6767
uniform style across the compiler. In the CI, we check that the formatting
68-
is correct.
68+
is correct. The formatting check is also automatically run by the Tidy tool
69+
mentioned above.
6970

7071
Example: `./x.py fmt --check` checks formatting an exits with an error if
7172
formatting is needed.

0 commit comments

Comments
 (0)