Skip to content

Commit 3196939

Browse files
authored
Add llvm-tools component to rust-toolchain
1 parent 9c38306 commit 3196939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
channel = "nightly"
3-
components = ["rustfmt", "clippy"]
3+
components = ["rustfmt", "clippy", "llvm-tools"]
44
targets = ["x86_64-unknown-none"]

0 commit comments

Comments
 (0)