Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: clippy dev: restore rust-toolchain file
Previously, we removed the rust-toolchain file in ci and that used the toolchain action to install rustfmt and run `cargo dev fmt`. For testing lintcheck however, we need the rust-toolchain file and a pinned nightly version to build clippy. Solution: First remove the rust-toolchain file and check the formatting. Then restore the toolchain file from the git repo and run the other tests
- Loading branch information