Browse Source

:white_check_mark: Adding clippy as a toolchain component (#182)

Danilo Guanabara 4 months ago
parent
commit
d972baf93e
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"]