findepi opened a new pull request, #6806: URL: https://github.com/apache/arrow-rs/pull/6806
# Which issue does this PR close? None but was found when working on https://github.com/apache/arrow-rs/issues/6796 / https://github.com/apache/arrow-rs/pull/6804 # Rationale for this change 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. # What changes are included in this PR? - remove unintentional implicit features from arrow-flight # Are there any user-facing changes? yes cc @alamb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
