alamb opened a new pull request, #6964: URL: https://github.com/apache/arrow-rs/pull/6964
# Which issue does this PR close? - Part of https://github.com/apache/arrow-rs/issues/6887#issuecomment-2583310674 # Rationale for this change Rust 1.84 was released yesterday: https://blog.rust-lang.org/2025/01/09/Rust-1.84.0.html It introduced some new clippy lints that fail on the 53 maintenance branch. # What changes are included in this PR? Ignore the clippy lints (they are fixed for real on `main` but there is no reason to potentially destabilize 53 with code changes) <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> # Are there any user-facing changes? no <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please call them out. --> -- 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]
