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:
Delan Azabani 2025-01-22 13:46:15 +08:00 committed by GitHub
parent 67aaa87885
commit e745394044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"