Skip to content

Commit

Permalink
.github/workflows: Re-activate documentation of private items (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 9, 2022
1 parent ece2597 commit ba99464
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 @@ -111,7 +111,7 @@ jobs:
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0

- name: Check rustdoc links
run: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links --deny warnings" cargo doc --verbose --workspace --no-deps --all-features
run: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links --deny warnings" cargo doc --verbose --workspace --no-deps --all-features --document-private-items

check-clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba99464

Please sign in to comment.