Skip to content

Commit 2aef2d9

Browse files
committed
Add ticket reference for false positive
1 parent e1c64dd commit 2aef2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arrow/src/buffer/immutable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ impl std::ops::Deref for Buffer {
244244
}
245245

246246
unsafe impl Sync for Buffer {}
247+
// false positive, see https://github.com/apache/arrow-rs/pull/1169
247248
#[allow(clippy::non_send_fields_in_send_ty)]
248249
unsafe impl Send for Buffer {}
249250

0 commit comments

Comments
 (0)