ZIm/crates/copilot/src
Marshall Bowers 81475ac4cd
paths: Replace lazy_static! with OnceLock (#13213)
This PR replaces the `lazy_static!` usages in the `paths` crate with
`OnceLock` from the standard library.

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

The paths are now exposed as accessor functions that reference a private
static value.

Release Notes:

- N/A
2024-06-18 12:22:37 -04:00
..
copilot.rs paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
copilot_completion_provider.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
request.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
sign_in.rs Make border methods always require an explicit width (#11450) 2024-05-06 13:22:47 -04:00