Skip to content

Commit e0eb08f

Browse files
committed
update toolchain file to include clippy
1 parent e5f7cf8 commit e0eb08f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[toolchain]
22
channel = "1.76.0"
3+
profile = "minimal"
4+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)