mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
auto merge of #8688 : alexcrichton/rust/fix, r=graydon
This commit is contained in:
commit
f858452391
@ -240,6 +240,8 @@ tidy:
|
||||
@$(call E, check: formatting)
|
||||
$(Q)find $(S)src -name '*.r[sc]' \
|
||||
| grep '^$(S)src/test' -v \
|
||||
| grep '^$(S)src/libuv' -v \
|
||||
| grep '^$(S)src/llvm' -v \
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
$(Q)find $(S)src/etc -name '*.py' \
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
|
Loading…
Reference in New Issue
Block a user