SIGN IN SIGN UP

paths: Replace `lazy_static!` with `OnceLock` (#13213)

This PR replaces the `lazy_static!` usages in the `paths` crate with
`OnceLock` from the standard library.

This allows us to drop the `lazy_static` dependency from this crate.

The paths are now exposed as accessor functions that reference a private
static value.

Release Notes:

- N/A
M
Marshall Bowers committed
81475ac4cde2d7481d620ef22e1d9c3148b38ec2
Parent: ba59e66
Committed by GitHub <noreply@github.com> on 6/18/2024, 4:22:37 PM