Skip to content

Commit 1bd41a1

Browse files
committed
Fix invalid reference in CI workflow
1 parent d3d3447 commit 1bd41a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: cargo doc (all features)
6767
run: cargo doc --all-features --document-private-items
6868
env:
69-
RUSTDOCFLAGS: ${{ matrix.rust_channel == 'nightly' && '-Dwarnings --cfg=docsrs' || '-Dwarnings' }}
69+
RUSTDOCFLAGS: ${{ matrix.toolchain == 'nightly' && '-Dwarnings --cfg=docsrs' || '-Dwarnings' }}
7070

7171
check-external-types:
7272
name: Validate external types appearing in public API

0 commit comments

Comments
 (0)