alamb commented on a change in pull request #240: URL: https://github.com/apache/arrow-rs/pull/240#discussion_r623241151
########## File path: arrow/src/array/null.rs ########## @@ -42,12 +25,33 @@ use crate::array::{Array, ArrayData}; use crate::datatypes::*; /// An Array where all elements are nulls +/// Review comment: By moving the description to the struct, the documentation is now on the doc page I would expect (not the module level). Here is what it looks like now:  -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org