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"
|
channel = "1.83.0"
|
||||||
|
|
||||||
components = [
|
components = [
|
||||||
"clippy",
|
|
||||||
# For support/crown
|
# For support/crown
|
||||||
"llvm-tools",
|
"llvm-tools",
|
||||||
# For support/crown
|
# For support/crown
|
||||||
"rustc-dev",
|
"rustc-dev",
|
||||||
# For docs building
|
# For rust-analyzer
|
||||||
"rust-docs",
|
"rust-src",
|
||||||
# For formatting
|
|
||||||
"rustfmt",
|
|
||||||
]
|
]
|
||||||
profile = "minimal"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue