tustvold commented on code in PR #6817:
URL: https://github.com/apache/arrow-rs/pull/6817#discussion_r1864902541


##########
arrow-buffer/src/buffer/mutable.rs:
##########
@@ -468,7 +468,7 @@ impl MutableBuffer {
 }
 
 #[inline]
-fn dangling_ptr() -> NonNull<u8> {
+pub(crate) fn dangling_ptr() -> NonNull<u8> {

Review Comment:
   Yeah dangling is an odd name, but is based on what the standard library 
calls it. I have added some docs to this effect



-- 
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