Skip to content

Commit b4d2aa1

Browse files
authored
chore: restore check:fmt task (#632)
1 parent 17628e4 commit b4d2aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tasks:
3434

3535
check:
3636
deps:
37-
# - task: check:fmt #### WORKAROUND for rustfmt panic ####
37+
- task: check:fmt
3838
- task: check:no_rt
3939
- for: { var: non_wasm_rts }
4040
vars: { rt: '{{.ITEM}}' }

0 commit comments

Comments
 (0)