Spaces:
Runtime error
Runtime error
Siddharth Tiwari
commited on
Commit
•
99f0cf1
1
Parent(s):
c25cd9c
fixed issue #490
Browse files
.github/workflows/rust_format.yml
CHANGED
@@ -33,7 +33,7 @@ jobs:
|
|
33 |
uses: actions-rs/cargo@v1
|
34 |
with:
|
35 |
command: clippy
|
36 |
-
args: --all-targets --all
|
37 |
- name: Run cargo check
|
38 |
uses: actions-rs/cargo@v1
|
39 |
with:
|
|
|
33 |
uses: actions-rs/cargo@v1
|
34 |
with:
|
35 |
command: clippy
|
36 |
+
args: --all-targets --all-features --all
|
37 |
- name: Run cargo check
|
38 |
uses: actions-rs/cargo@v1
|
39 |
with:
|