Skip to content

Commit f858452

Browse files
committed
auto merge of #8688 : alexcrichton/rust/fix, r=graydon
2 parents 063a005 + d765522 commit f858452

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ tidy:
240240
@$(call E, check: formatting)
241241
$(Q)find $(S)src -name '*.r[sc]' \
242242
| grep '^$(S)src/test' -v \
243+
| grep '^$(S)src/libuv' -v \
244+
| grep '^$(S)src/llvm' -v \
243245
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
244246
$(Q)find $(S)src/etc -name '*.py' \
245247
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py

0 commit comments

Comments
 (0)