mirror of
https://github.com/servo/servo.git
synced 2025-06-02 15:25:31 +00:00
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:
parent
33a68eb2d5
commit
cea4046a3f
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue