Skip to content

Commit c4db909

Browse files
committed
fix: add rustfmt+clippy components to rust-toolchain.toml
The rust-toolchain.toml file takes precedence over dtolnay/rust-toolchain's components parameter, so rustfmt and clippy were not being installed in CI.
1 parent a89fbab commit c4db909

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust-toolchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[toolchain]
22
channel = "1.91"
3+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)