Skip to content

Commit

Permalink
ci: check
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Aug 25, 2023
1 parent 34e17f4 commit 02b8423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
toolchain: ${{ matrix.rust_channel }}

- name: cargo doc (all features)
run: cargo doc --all-features
run: cargo doc --all-features --document-private-items
env:
RUSTDOCFLAGS: ${{ matrix.rust_channel == 'nightly' && '-Dwarnings --cfg=docsrs' || '-Dwarnings' }}

Expand Down

0 comments on commit 02b8423

Please sign in to comment.