EricccTaiwan opened a new pull request, #7969: URL: https://github.com/apache/arrow-rs/pull/7969
# Which issue does this PR close? None. # Rationale for this change `#[allow(unnecessary_transmutes)]` is not a valid lint and causes `unknown lint` warnings. This PR replaces it with the correct Clippy lint. # What changes are included in this PR? Replaces `#[allow(unnecessary_transmutes)]` with `#[allow(clippy::transmute_int_to_float)]` in `arrow-array`. # Are these changes tested? Yes, covered by existing tests and verified with `cargo check` and `cargo clippy`. # 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org