alamb opened a new issue, #6114: URL: https://github.com/apache/arrow-rs/issues/6114
**Describe the bug** Clippy and docs started failing on main today: https://github.com/apache/arrow-rs/commit/fa2fbfdc8bcd043966cbfb1ddda55a7e76e8082c This is almost certainly due to the new rust release today adding more stringent clippy lints: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-180-2024-07-25 Example failures: https://github.com/apache/arrow-rs/actions/runs/10098403310/job/27925376175 https://github.com/apache/arrow-rs/actions/runs/10098403321/job/27925373718 https://github.com/apache/arrow-rs/actions/runs/10098403299/job/27925376404 **To Reproduce** Run clippy / docs locally **Expected behavior** SHould pass **Additional context** <!-- Add any other context about the problem here. --> -- 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]
