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 3be61a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[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 3be61a9

Please sign in to comment.