mbrobbel commented on PR #8494: URL: https://github.com/apache/arrow-rs/pull/8494#issuecomment-3348773181
> What is an example module that you verified? I don't really understand what these macros do so I am looking for a quickie way to review this PR :) Your highlight in the second screenshot in https://github.com/apache/arrow-rs/pull/7145#pullrequestreview-2667112549 shows the required features (via `cfg`) for those modules. We need `doc_cfg` to enable this (before it was `auto_doc_cfg`), but now this is enabled by default on crate level: https://github.com/rust-lang/rfcs/blob/master/text/3631-rustdoc-cfgs-handling.md#docauto_cfgdocauto_cfg--truedocauto_cfg--false. -- 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]
