Jefffrey commented on code in PR #9064: URL: https://github.com/apache/arrow-rs/pull/9064#discussion_r2652414237
########## arrow-arith/src/aggregate.rs: ########## @@ -332,10 +332,10 @@ fn aggregate<T: ArrowNativeTypeOp, P: ArrowPrimitiveType<Native = T>, A: Numeric /// Returns the minimum value in the boolean array. /// -/// ``` +/// # Example +/// ```rust Review Comment: `rust` technically isn't needed, by default the blocks are already assumed to be Rust code -- 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]
