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 d8d279e commit 546f540Copy full SHA for 546f540
.github/workflows/check-docs.yml
@@ -37,6 +37,5 @@ jobs:
37
- name: Check documentation
38
shell: bash
39
env:
40
- RUSTFLAGS: --cfg docsrs
41
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
42
- run: cargo doc --no-deps --document-private-items --all-features
+ run: cargo doc --workspace --no-deps --document-private-items --all-features
0 commit comments