zed/crates/worktree
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 Refactor: Make it possible to share a remote worktree (#12775) 2024-06-07 12:53:01 -07:00
LICENSE-GPL Rename 'project_core' crate to 'worktree', make it just about worktrees (#9189) 2024-03-11 11:35:27 -07:00