Skip to content

Commit

Permalink
Allow Arc with non-sync payload in clippy
Browse files Browse the repository at this point in the history
Can drop this after rebase on commit 55d6073 "Require Send+Sync bounds for Allocation trait (apache#1945)", first released in 18.0.0
  • Loading branch information
mcheshkov committed Aug 26, 2024
1 parent 4d8ef58 commit e4fe091
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ members = [
# how it is compiled within the workspace, causing the whole workspace to be compiled from scratch
# this way, this is a stand-alone package that compiles independently of the others.
exclude = ["arrow-pyarrow-integration-testing"]

[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"

0 comments on commit e4fe091

Please sign in to comment.