zed/crates/db/src
Sinan Gençoğlu ff7017c308
Replace lazy_static with std::sync::LazyLock (#16066)
Closes #15860 

Since rust std now supports LazyLock replacing lazy_static with it
reduce the external dependency.

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-08-20 14:27:33 -04:00
..
db.rs Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
kvp.rs Reworked thread safe connection be threadsafer,,,, again 2022-12-03 16:06:02 -08:00
query.rs Always remember the last window size and position (#9416) 2024-03-15 14:24:44 -07:00