emilk opened a new pull request, #10742: URL: https://github.com/apache/arrow-rs/pull/10742
# Which issue does this PR close? Follow-up to #10720 and #10721. # Rationale for this change We had 134 clippy lints spelled out one by one. Turning on the `all` and `pedantic` groups is shorter, and it means new lints are picked up automatically instead of needing another opt-in PR. # What changes are included in this PR? * `clippy::all` and `clippy::pedantic` are set to `warn` for the workspace * 77 explicit opt-ins are removed, since `pedantic` already covers them * the 51 `pedantic` lints we currently violate are set to `allow`, each with the current violation count so we know the size of the job if we want to turn one back on # Are these changes tested? `cargo clippy --all-features --all-targets -- -D warnings` is clean. # Are there any user-facing changes? No. -- 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]
