diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7c5c70ffa98..1d1cff75eb7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -3,14 +3,10 @@ channel = "1.83.0" components = [ - "clippy", # For support/crown "llvm-tools", # For support/crown "rustc-dev", - # For docs building - "rust-docs", - # For formatting - "rustfmt", + # For rust-analyzer + "rust-src", ] -profile = "minimal"