zed/crates/ai
Marshall Bowers 0d0ce95eae
Replace lazy_static! with OnceLock in ai crate (#8647)
This PR replaces a `lazy_static!` usage in the `ai` crate with
`OnceLock` from the standard library.

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

Release Notes:

- N/A
2024-02-29 23:37:20 -05:00
..
src Replace lazy_static! with OnceLock in ai crate (#8647) 2024-02-29 23:37:20 -05:00
Cargo.toml Replace lazy_static! with OnceLock in ai crate (#8647) 2024-02-29 23:37:20 -05:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00