summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-03-17 21:54:24 +0530
committerGitHub <noreply@github.com>2022-03-17 21:54:24 +0530
commit3c4750097516fa9c0aa50cf57952221fd50528e7 (patch)
tree2caec7476fc9cbc5c6e42b910e1b8961017da412 /rust-toolchain.toml
parentfce60f2cc20bda8403fc7577c086759744314561 (diff)
chore: add Rust toolchain components (#14004)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 60883f424..7bdffcd28 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,2 +1,3 @@
[toolchain]
channel = "1.59.0"
+components = ["rustfmt", "clippy"]