Browse Source

:white_check_mark: Installing clippy

Danilo Guanabara 4 months ago
parent
commit
eb1fa6209f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rust-toolchain.toml

+ 1 - 1
rust-toolchain.toml

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