ByteBaker commented on issue #37: URL: https://github.com/apache/arrow-rs/issues/37#issuecomment-2359893605
@alamb I'm looking at this to help clear the backlog. We have `#![warn(missing_docs)]` in `arrow-array`, `arrow-json`, and `object-store`. Everywhere else it's `#[allow(missing_docs)]` (notice the absence of `!`) on specific entities only, and many/most of them do have documentation. How would you like me to proceed? -- 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]
