diff options
| author | Vega Deftwing <[email protected]> | 2024-04-11 20:21:30 +0000 |
|---|---|---|
| committer | Vega Deftwing <[email protected]> | 2024-04-11 20:21:30 +0000 |
| commit | a3f8048877e658493b9147a122fab2c788463591 (patch) | |
| tree | 31dfd40e2f895e4833af5a8faa62302a2c5eb62a /.github/ci/rustfmt.sh | |
| parent | 80fadada7056516aa566033929a305b36f6b9be4 (diff) | |
Revert xargs changes
Diffstat (limited to '.github/ci/rustfmt.sh')
| -rwxr-xr-x | .github/ci/rustfmt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/rustfmt.sh b/.github/ci/rustfmt.sh index 0080f0db8..369239cfe 100755 --- a/.github/ci/rustfmt.sh +++ b/.github/ci/rustfmt.sh | |||
| @@ -9,4 +9,4 @@ export CARGO_HOME=/ci/cache/cargo | |||
| 9 | export CARGO_TARGET_DIR=/ci/cache/target | 9 | export CARGO_TARGET_DIR=/ci/cache/target |
| 10 | mv rust-toolchain-nightly.toml rust-toolchain.toml | 10 | mv rust-toolchain-nightly.toml rust-toolchain.toml |
| 11 | 11 | ||
| 12 | find . -name '*.rs' -not -path '*target*' | xargs -0 rustfmt --check --skip-children --unstable-features --edition 2021 | 12 | find . -name '*.rs' -not -path '*target*' | xargs rustfmt --check --skip-children --unstable-features --edition 2021 |
