Add "rustfmt" and "clippy" to components in rust-toolchain.toml file.

Documentation:
- https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
- https://rust-lang.github.io/rustup/concepts/components.html
This commit is contained in:
Zeke Fast
2025-04-27 18:31:58 +02:00
parent 0200c15266
commit 77372abb7c

View File

@@ -1,2 +1,3 @@
[toolchain]
channel = "1.86"
components = ["rustfmt", "clippy"]