chore: remove unecessary doc exclude (#6018)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Andrew Lamb 2022-11-01 16:17:27 -04:00 committed by GitHub
parent 50061cd2fe
commit 1eb0d64210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -172,8 +172,7 @@ jobs:
- cache_restore
- run:
name: Cargo doc
# excluding datafusion because it's effectively a dependency masqueraded as workspace crate.
command: cargo doc --document-private-items --no-deps --workspace --exclude datafusion
command: cargo doc --document-private-items --no-deps --workspace
- cache_save
- run:
name: Compress Docs