diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e92072c..36f2169 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: