Skip to content

Commit

Permalink
Add ticket reference for false positive (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jan 15, 2022
1 parent 66b84f3 commit e6cb77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow/src/buffer/immutable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ impl std::ops::Deref for Buffer {
}

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

Expand Down

0 comments on commit e6cb77b

Please sign in to comment.