mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Install rust-src in rust-toolchain.toml (#35117)
* Install rust-src in rust-toolchain.toml Signed-off-by: Delan Azabani <dazabani@igalia.com> * Simplify rust-toolchain.toml Signed-off-by: Delan Azabani <dazabani@igalia.com> --------- Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
67aaa87885
commit
e745394044
1 changed files with 2 additions and 6 deletions
|
@ -3,14 +3,10 @@
|
|||
channel = "1.83.0"
|
||||
|
||||
components = [
|
||||
"clippy",
|
||||
# For support/crown
|
||||
"llvm-tools",
|
||||
# For support/crown
|
||||
"rustc-dev",
|
||||
# For docs building
|
||||
"rust-docs",
|
||||
# For formatting
|
||||
"rustfmt",
|
||||
# For rust-analyzer
|
||||
"rust-src",
|
||||
]
|
||||
profile = "minimal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue