alamb commented on code in PR #8853: URL: https://github.com/apache/arrow-rs/pull/8853#discussion_r2531929954
########## arrow-buffer/src/buffer/mutable.rs: ########## @@ -58,6 +58,23 @@ use super::Buffer; /// let buffer: Buffer = buffer.into(); /// assert_eq!(buffer.as_slice(), &[0u8, 1, 0, 0, 1, 0, 0, 0]) /// ``` +/// +/// # Example: Creating a [`MutableBuffer`] from a [`Buffer`] Review Comment: I made a second copy of the example here to make it easier to find for people who arrive at MutableBuffer. I could avoid the copy and just leave a reference but I felt this would be easier to find -- 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]
