timsaucer opened a new pull request, #18890: URL: https://github.com/apache/datafusion/pull/18890
## Which issue does this PR close? - Closes https://github.com/apache/datafusion/issues/15804 ## Rationale for this change Since our MSRV is 1.88, we are well beyond the MSRV of 1.85 that corresponds to the 2024 edition. This allows a very nice feature of [let chains](https://doc.rust-lang.org/edition-guide/rust-2024/let-chains.html) ## What changes are included in this PR? - Update edition to 2024. - Clippy warnings repaired - `gen` is now a reserved keyword - `ref` no longer needed - Better warnings around `unsafe` usage on `extern` ## Are these changes tested? Existing unit tests. There are no functional changes, just minor updates needed by the greater ## Are there any user-facing changes? None. For developers of `datafusion` we will need to update MRs to pass the new clippy warnings. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
