Skip to content

Commit bc3535f

Browse files
committed
chore: remove unused arrow-ipc metadata from Cargo.toml
1 parent 5a38db8 commit bc3535f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

datafusion/physical-plan/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ tokio = { workspace = true, features = [
9595
"parking_lot",
9696
] }
9797

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-
10398
[[bench]]
10499
harness = false
105100
name = "partial_ordering"

0 commit comments

Comments
 (0)