##// END OF EJS Templates
rust-format: update rustfmt version...
Raphaël Gomès -
r49118:9ebc10ad default
parent child Browse files
Show More
@@ -3,7 +3,7 b''
3 3 $ . "$TESTDIR/helpers-testrepo.sh"
4 4
5 5 $ cd "$TESTDIR"/..
6 $ RUSTFMT=$(rustup which --toolchain nightly-2020-10-04 rustfmt)
6 $ RUSTFMT=$(rustup which --toolchain nightly-2021-11-02 rustfmt)
7 7 $ for f in `testrepohg files 'glob:**/*.rs'` ; do
8 8 > $RUSTFMT --check --edition=2018 --unstable-features --color=never $f
9 9 > done
General Comments 0
You need to be logged in to leave comments. Login now