浏览代码

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

Danilo Guanabara 4 月之前
父节点
当前提交
d972baf93e
共有 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"]