zed/crates/paths
Marshall Bowers 01b836a191
util: Replace lazy_static! with OnceLock (#13215)
This PR replaces the `lazy_static!` usages in the `util` crate with
`OnceLock` from the standard library.

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

Release Notes:

- N/A
2024-06-18 12:44:58 -04:00
..
src util: Replace lazy_static! with OnceLock (#13215) 2024-06-18 12:44:58 -04:00
Cargo.toml paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
LICENSE-GPL Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00