Add clippy to rust-toolchain.toml...

This commit is contained in:
Pekka Enberg 2025-05-14 14:22:02 +03:00
parent 88501fc76f
commit 275fd29057

View file

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