We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c38306 commit 3196939Copy full SHA for 3196939
examples/basic/rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
channel = "nightly"
3
-components = ["rustfmt", "clippy"]
+components = ["rustfmt", "clippy", "llvm-tools"]
4
targets = ["x86_64-unknown-none"]
0 commit comments