Skip to content

Commit fd2c7f5

Browse files
authored
Update rust.yml
1 parent 63fe3b5 commit fd2c7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
token: ${{ secrets.GITHUB_TOKEN }}
4545
toolchain: nightly
46-
args: -all-features --manifest-path rust/Cargo.toml
46+
args: --all-features --manifest-path rust/Cargo.toml
4747
# see https://github.com/actions-rs/clippy-check/issues/28
4848

4949
- name: markdown-link-check

0 commit comments

Comments
 (0)