diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9a4c2292dbe..09d8bc760c6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -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", ]