aectaan opened a new pull request, #11066: URL: https://github.com/apache/arrow-rs/pull/11066
# Rationale for this change There is no reason to keep external crate dependency since the same functionality is included in std. # What changes are included in this PR? Drop-in replacements of `once_cell::sync::Lazy` to `std::sync::LazyLock` # Are these changes tested? Not needed, functionality not changed # Are there any user-facing changes? No user-facing changes -- 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]
