We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e24b6 commit 35f8728Copy full SHA for 35f8728
arrow/Cargo.toml
@@ -163,3 +163,7 @@ harness = false
163
[[bench]]
164
name = "buffer_create"
165
harness = false
166
+
167
+[lints.clippy]
168
+# Can drop this after rebase on commit 55d6073 "Require Send+Sync bounds for Allocation trait (#1945)", first released in 18.0.0
169
+arc_with_non_send_sync = "allow"
parquet/Cargo.toml
@@ -79,4 +79,8 @@ harness = false
79
80
81
name = "arrow_array_reader"
82
-harness = false
+harness = false
83
84
85
86
0 commit comments