zed/crates/util
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 util: Replace lazy_static! with OnceLock (#13215) 2024-06-18 12:44:58 -04:00
LICENSE-APACHE chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00