Add rust-src to toolchain
To fix rust-analyzer
This commit is contained in:
parent
627237bdda
commit
a898afbb98
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "1.88.0"
|
||||
components = ["rust-analyzer", "clippy"]
|
||||
components = ["rust-analyzer", "rust-src", "clippy"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue