Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide implicit optional dependency features in arrow-flight (#6806)
A dependency X marked `optional = true` implicitly defines a feature X. Docs: https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies This can be seen at https://docs.rs/crate/arrow-flight/53.3.0/features The optional dependencies were not meant to be standalone features though. Using `dep:` in the `[features]` section is supposed to disable this. It is enough to use `dep:` once. It's used for every optional dependency for consistency.
- Loading branch information