ZIm/crates/worktree/src
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
..
ignore.rs Rename 'project_core' crate to 'worktree', make it just about worktrees (#9189) 2024-03-11 11:35:27 -07:00
worktree.rs util: Replace lazy_static! with OnceLock (#13215) 2024-06-18 12:44:58 -04:00
worktree_settings.rs util: Use GlobSet in PathMatcher (#13197) 2024-06-18 16:12:24 +02:00
worktree_tests.rs assistant: Add diagnostics slash command (#12998) 2024-06-14 17:14:50 +02:00