Skip to content

Commit

Permalink
ci: remove continue-on-error for docs
Browse files Browse the repository at this point in the history
The panic being ref'd seems to have been fixed. This commit removes the
`continue-on-error` config and comment.
  • Loading branch information
cpu committed Apr 10, 2024
1 parent 66ab89b commit 7a34ffc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
doc:
name: Build documentation
runs-on: ubuntu-latest
# this can be removed when cargo-doc stops panic'ing in collect_intra_doc_links
continue-on-error: true
env:
RUSTDOCFLAGS: --cfg docsrs
steps:
Expand Down

0 comments on commit 7a34ffc

Please sign in to comment.