build: Tidy cargo when checking formatting

This commit is contained in:
Haitao Li 2011-12-16 17:08:40 +08:00
parent 42fb9b2c5f
commit d5af61d679
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ tidy:
$(STDLIB_INPUTS) \
$(COMPILETEST_CRATE) \
$(COMPILETEST_INPUTS) \
$(CARGO_CRATE) \
$(CARGO_INPUTS) \
| xargs -n 10 python $(S)src/etc/tidy.py
$(Q)echo \
$(ALL_TEST_INPUTS) \