Unsimplify rust-toolchain.toml by adding clippy and rustfmt (#37028)

This is a speculative fix for some intermittent clippy failures that we
are seeing on the CI such as:
4235166617

These entries were removed in #35117, but it seems that they are
necessary now.

Testing: This is a fix for the CI, so functioning CI is effectively the
test.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-05-16 19:04:27 +02:00 committed by GitHub
parent 33a68eb2d5
commit cea4046a3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,13 @@
channel = "1.85.0"
components = [
"clippy",
# For support/crown
"llvm-tools",
# For support/crown
"rustc-dev",
"rustfmt",
"rustc-dev",
# For rust-analyzer
"rust-src",
]