alamb commented on code in PR #6920: URL: https://github.com/apache/arrow-rs/pull/6920#discussion_r1900406605
########## arrow-buffer/src/buffer/immutable.rs: ########## @@ -60,6 +60,14 @@ unsafe impl Sync for Buffer where Bytes: Sync {} impl Buffer { /// Auxiliary method to create a new Buffer + /// + /// This can be used with a `bytes::Bytes` via `into()`: Review Comment: ```suggestion /// This can be used with a [`bytes::Bytes`] via `into()`: ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org