We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544efc6 commit b4dda04Copy full SHA for b4dda04
.github/workflows/ci.yml
@@ -144,6 +144,9 @@ jobs:
144
key: cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}
145
146
- name: cargo doc
147
+ # Disable cargo doc checking for now, `NSEnumerator2<'a, T>` is broken
148
+ # on current nightly.
149
+ if: false
150
run: cargo doc --no-deps --document-private-items ${{ matrix.args }}
151
152
- name: cargo clippy
0 commit comments