浏览代码

:white_check_mark: Installing clippy

Danilo Guanabara 4 月之前
父节点
当前提交
eb1fa6209f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"]