Delete CI dependency on rustfmt

No longer needed since the integration of prettyplease.
This commit is contained in:
David Tolnay 2023-07-14 21:50:39 -07:00
parent 8ee88168f6
commit e07f896029
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -25,8 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs