alamb commented on code in PR #6116: URL: https://github.com/apache/arrow-rs/pull/6116#discussion_r1691874596
########## arrow-array/src/array/byte_view_array.rs: ########## @@ -66,7 +66,7 @@ use super::ByteArrayType; /// * Strings with length <= 12 are stored directly in the view. /// /// * Strings with length > 12: The first four bytes are stored inline in the -/// view and the entire string is stored in one of the buffers. +/// view and the entire string is stored in one of the buffers. Review Comment: A new clippy lint requires items in docs to be properly indented -- 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