You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments