Mercurial > hg
view tests/test-check-rust-format.t @ 52075:ff4562ed9ed7
localrepo: drop the CamelCase name for `localrepo.localcommandexecutor`
See 61557734c0ae for the reasoning.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 23 Oct 2024 16:51:18 -0400 |
parents | 48eb51494a7a |
children |
line wrap: on
line source
#require rustfmt test-repo $ . "$TESTDIR/helpers-testrepo.sh" $ cd "$TESTDIR"/.. Warning: Keep this in sync with hghave.py $ RUSTFMT=$(rustup which --toolchain nightly-2024-07-16 rustfmt) $ for f in `testrepohg files 'glob:**/*.rs'` ; do > $RUSTFMT --check --edition=2021 --unstable-features --color=never $f > done