ZIm/crates/collab/src
Marshall Bowers 91d1146d97
Replace lazy_static! with OnceLock in collab crate (#8677)
This PR replaces a `lazy_static!` usage in the `collab` crate with
`OnceLock` from the standard library.

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

Release Notes:

- N/A
2024-03-01 11:24:53 -05:00
..
api Replace lazy_static! with OnceLock in collab crate (#8677) 2024-03-01 11:24:53 -05:00
bin Fix seed-db script by passing it the correct admin file path (#8022) 2024-02-19 18:53:17 +02:00
db channel projects (#8456) 2024-02-26 22:15:11 -07:00
rpc talkers (#8158) 2024-02-22 10:07:36 -07:00
tests Replace lazy_static! with OnceLock in collab crate (#8677) 2024-03-01 11:24:53 -05:00
api.rs Expose extensions API from api.zed.dev (#8307) 2024-02-23 16:08:14 -05:00
auth.rs Replace lazy_static! with OnceLock in collab crate (#8677) 2024-03-01 11:24:53 -05:00
db.rs channel projects (#8456) 2024-02-26 22:15:11 -07:00
env.rs Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
lib.rs Fix error logging (#8295) 2024-02-23 13:36:20 -05:00
main.rs Remove ! from todo!() in comments (#8643) 2024-02-29 18:19:05 -07:00
rpc.rs Replace lazy_static! with OnceLock in collab crate (#8677) 2024-03-01 11:24:53 -05:00
tests.rs channel projects (#8456) 2024-02-26 22:15:11 -07:00