Show More
@@ -7,5 +7,5 b'' | |||||
7 | Warning: Keep this in sync with hghave.py |
|
7 | Warning: Keep this in sync with hghave.py | |
8 | $ RUSTFMT=$(rustup which --toolchain nightly-2024-07-16 rustfmt) |
|
8 | $ RUSTFMT=$(rustup which --toolchain nightly-2024-07-16 rustfmt) | |
9 | $ for f in `testrepohg files 'glob:**/*.rs'` ; do |
|
9 | $ for f in `testrepohg files 'glob:**/*.rs'` ; do | |
10 |
> $RUSTFMT --check --edition=201 |
|
10 | > $RUSTFMT --check --edition=2021 --unstable-features --color=never $f | |
11 | > done |
|
11 | > done |
General Comments 0
You need to be logged in to leave comments.
Login now