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 d3d3447 commit 1bd41a1Copy full SHA for 1bd41a1
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: cargo doc (all features)
67
run: cargo doc --all-features --document-private-items
68
env:
69
- RUSTDOCFLAGS: ${{ matrix.rust_channel == 'nightly' && '-Dwarnings --cfg=docsrs' || '-Dwarnings' }}
+ RUSTDOCFLAGS: ${{ matrix.toolchain == 'nightly' && '-Dwarnings --cfg=docsrs' || '-Dwarnings' }}
70
71
check-external-types:
72
name: Validate external types appearing in public API
0 commit comments