We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e38ea commit 7d9a063Copy full SHA for 7d9a063
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: actions-rs/cargo@v1
64
with:
65
command: test
66
- args: --all --features unstable attributes
+ args: --all --features "unstable attributes"
67
68
check_fmt_and_docs:
69
name: Checking fmt and docs
0 commit comments