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
LICENSE-GPL