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