We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca80ca9 commit a7fab45Copy full SHA for a7fab45
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions-rs/cargo@v1
42
with:
43
command: test
44
- args: --all --doc --features unstable
+ args: --all --features unstable
45
46
check_fmt_and_docs:
47
name: Checking fmt and docs
0 commit comments