etseidl opened a new pull request, #8522:
URL: https://github.com/apache/arrow-rs/pull/8522

   # Which issue does this PR close?
   
   None
   
   # Rationale for this change
   
   CI is currently failing on rustdoc as some new warnings were recently added
   
   # What changes are included in this PR?
   
   Two offending lines are already guarded with `#[doc(hidden)]` so they have 
been converted to regular comments. 
   
   The other warning is about referencing a private struct from a private 
`new`. For this I've disabled the warning.
   
   # Are these changes tested?
   
   Docs only
   
   # Are there any user-facing changes?
   
   No
   


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