Skip to content

Commit 51a752f

Browse files
authored
Add rustfmt and clippy to toolchain components in rust-toolchain.toml (#1607)
Be explicit with required components to avoid rust-lang/rustup#4337
1 parent a407bea commit 51a752f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[toolchain]
2+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)