Skip to content

Commit 69597b3

Browse files
committed
Require clippy for CI
1 parent ae37885 commit 69597b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
channel = "1.63.0"
3-
components = [ "rustfmt" ]
3+
components = [ "rustfmt", "clippy" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)