From 35caf0acdc8ea348858faf4d85e9ca02dc554d15 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sat, 2 Dec 2023 23:06:54 +0100 Subject: [PATCH] Add rustfmt and clippy to nightly toolchain --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..8e275b7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] channel = "nightly" +components = ["rustfmt", "clippy"]