rustfmt and llvm-tools are not preview anymore (#30119)

As discussed in https://github.com/servo/servo/pull/30112#discussion_r1297331309
This commit is contained in:
Samson 2023-08-17 17:52:19 +02:00 committed by GitHub
parent c0bee7cb86
commit 0fb2dc70ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
channel = "nightly-2023-02-01"
components = [
# https://github.com/rust-lang/rust/issues/72594#issuecomment-633779564
"llvm-tools-preview",
"llvm-tools",
# For components/script_plugins, https://github.com/rust-lang/rust/pull/67469
"rustc-dev",
"rust-docs",
"rustfmt-preview",
"rustfmt",
]
profile = "minimal"