##// END OF EJS Templates
rustfmt: update expected Rust edition...
Raphaël Gomès -
r52630:48eb5149 default
parent child Browse files
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=2018 --unstable-features --color=never $f
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