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 7380454 commit f10bb76Copy full SHA for f10bb76
.github/workflows/CI.yml
@@ -96,7 +96,7 @@ jobs:
96
- uses: taiki-e/install-action@cargo-no-dev-deps
97
- uses: Swatinem/rust-cache@v2
98
- run: cargo no-dev-deps --no-private check --all-features
99
- - run: cargo no-dev-deps --no-private doc --no-deps
+ - run: cargo no-dev-deps --no-private doc --no-deps --all-features
100
env:
101
RUSTDOCFLAGS: "-D warnings"
102
0 commit comments