jj/lib
Yuya Nishihara 2681e8f908 repo: use OnceCell instead of Mutex<Option<_>> to store index
This is perfect use case of OnceCell per the safety comment in index().
2022-11-06 13:54:25 +09:00
..
src repo: use OnceCell instead of Mutex<Option<_>> to store index 2022-11-06 13:54:25 +09:00
tests commit_builder: remove redundant for_open_commit() 2022-11-05 06:14:37 -07:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml tesutils: replace lazy_static with std::sync::Once 2022-11-01 12:23:07 -07:00