Skip to content

Commit 2d6ffe6

Browse files
authored
Merge pull request #529 from the-ssd/patch-2
Add llvm-tools to components
2 parents 9c38306 + 130e30b commit 2d6ffe6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/basic/basic-os.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The top level `basic` crate defines a [workspace](https://doc.rust-lang.org/carg
2828
# rust-toolchain.toml
2929
[toolchain]
3030
channel = "nightly"
31+
components = ["llvm-tools"]
3132
targets = ["x86_64-unknown-none"]
3233
```
3334

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)