Skip to content

Commit

Permalink
Disable cargo doc checking
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Apr 15, 2023
1 parent 4183b39 commit 4b29af9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ jobs:
key: cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}

- name: cargo doc
# Disable cargo doc checking for now, `NSEnumerator2<'a, T>` is broken
# on current nightly.
if: false
run: cargo doc --no-deps --document-private-items ${{ matrix.args }}

- name: cargo clippy
Expand Down

0 comments on commit 4b29af9

Please sign in to comment.