Skip to content

Commit b888758

Browse files
committed
add clippy and rustfmt to toolchain.toml
1 parent f6595f5 commit b888758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[toolchain]
22
channel = "1.93"
33
targets = ["wasm32-unknown-unknown"]
4+
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)