ソースを参照

: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]
 [toolchain]
 channel = "1.86.0"
 channel = "1.86.0"
-components = ["rustfmt"]
+components = ["rustfmt", "clippy"]