Skip to content

Commit 1494885

Browse files
committed
Add rust-src to the toolchain
1 parent 50bf2c0 commit 1494885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-2022-12-26"
3-
components = ["rustfmt", "clippy"]
3+
components = ["rustfmt", "clippy", "rust-src"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)