diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 01ea16d21a3d..a8e9915e67b7 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -163,3 +163,7 @@ harness = false [[bench]] name = "buffer_create" harness = false + +[lints.clippy] +# Can drop this after rebase on commit 55d6073 "Require Send+Sync bounds for Allocation trait (#1945)", first released in 18.0.0 +arc_with_non_send_sync = "allow"