Skip to content

Commit 07a3a44

Browse files
committed
Disable cargo doc checking
1 parent bb96605 commit 07a3a44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ jobs:
144144
key: cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}
145145

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

149152
- name: cargo clippy

0 commit comments

Comments
 (0)