Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: get docs.rs configured correctly again (delta-io#1693)
# Description The docs build was changed in delta-io#1658 to compile on docs.rs with all features, but our crate cannot compile with all-features due to the TLS features, which are mutually exclusive. # Related Issue(s) For example: - closes delta-io#1692 This has been tested locally with the following command: ``` cargo doc --features azure,datafusion,datafusion,gcs,glue,json,python,s3,unity-experimental ```
- Loading branch information