Skip to content

Commit b2c86dd

Browse files
committed
chore: Drop rust-analysis component
from the `rust-toolchain.toml` definition. This was added way back in 2021 via 8688569, and while I'm not sure what it expressed back then, nowadays it refers to [Metadata for RLS][1], which apparently was an early language server implementation and has long since been replaced by *rust-analyzer*. We don't want to propose or enforce the use of a specific toolchain and in any case, setting this up properly is the job of a developers IDE/Editor. [1]: https://github.com/rust-lang/rustup/blob/1f06e3b31d444f3649dd51225a9d38362f7313e0/doc/user-guide/src/concepts/components.md#previous-components
1 parent 4bc9e98 commit b2c86dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is updated by `update-toolchain.sh`
22
[toolchain]
33
# NOTE: When updating this, modify `rust-version` in `Cargo.toml` accordingly
4-
components = ["rustfmt", "clippy", "rust-analysis"]
54
channel = "1.84.0"
5+
components = ["rustfmt", "clippy"]
66
targets = ["wasm32-wasip1", "x86_64-unknown-linux-musl"]

0 commit comments

Comments
 (0)