jhorstmann commented on a change in pull request #1170:
URL: https://github.com/apache/arrow-rs/pull/1170#discussion_r784709789



##########
File path: arrow/src/buffer/immutable.rs
##########
@@ -244,6 +244,7 @@ impl std::ops::Deref for Buffer {
 }
 
 unsafe impl Sync for Buffer {}
+#[allow(clippy::non_send_fields_in_send_ty)]

Review comment:
       I also found some discussion about this false positive, related to 
`NonNull` (which we use in `Bytes`), at 
<https://github.com/rust-lang/rust-clippy/issues/8045>. For now disabling the 
warning here sounds good.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to