build: Tidy cargo when checking formatting
This commit is contained in:
parent
42fb9b2c5f
commit
d5af61d679
|
@ -93,6 +93,8 @@ tidy:
|
||||||
$(STDLIB_INPUTS) \
|
$(STDLIB_INPUTS) \
|
||||||
$(COMPILETEST_CRATE) \
|
$(COMPILETEST_CRATE) \
|
||||||
$(COMPILETEST_INPUTS) \
|
$(COMPILETEST_INPUTS) \
|
||||||
|
$(CARGO_CRATE) \
|
||||||
|
$(CARGO_INPUTS) \
|
||||||
| xargs -n 10 python $(S)src/etc/tidy.py
|
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||||
$(Q)echo \
|
$(Q)echo \
|
||||||
$(ALL_TEST_INPUTS) \
|
$(ALL_TEST_INPUTS) \
|
||||||
|
|
Loading…
Reference in New Issue