We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fe3b5 commit fd2c7f5Copy full SHA for fd2c7f5
.github/workflows/rust.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
token: ${{ secrets.GITHUB_TOKEN }}
45
toolchain: nightly
46
- args: -all-features --manifest-path rust/Cargo.toml
+ args: --all-features --manifest-path rust/Cargo.toml
47
# see https://github.com/actions-rs/clippy-check/issues/28
48
49
- name: markdown-link-check
0 commit comments