tustvold commented on code in PR #4734: URL: https://github.com/apache/arrow-rs/pull/4734#discussion_r1304398460
########## arrow-string/src/length.rs: ########## @@ -16,6 +16,7 @@ // under the License. //! Defines kernel for length of string arrays and binary arrays +#![allow(clippy::redundant_closure_call)] Review Comment: This is fixed properly by https://github.com/apache/arrow-rs/pull/4718 -- 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]
