We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arrow-ipc
1 parent 5a38db8 commit bc3535fCopy full SHA for bc3535f
1 file changed
datafusion/physical-plan/Cargo.toml
@@ -95,11 +95,6 @@ tokio = { workspace = true, features = [
95
"parking_lot",
96
] }
97
98
-# `arrow-ipc` is used only through the `arrow::ipc` re-export, so cargo-machete
99
-# reports it as unused even though this crate relies on its codec features.
100
-[package.metadata.cargo-machete]
101
-ignored = ["arrow-ipc"]
102
-
103
[[bench]]
104
harness = false
105
name = "partial_ordering"
0 commit comments