-
-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Labels
acknowledgedan issue is accepted as shortcoming to be fixedan issue is accepted as shortcoming to be fixedblockedIssue can't progress due to external dependenciesIssue can't progress due to external dependencies
Description
I think all the current uses of once_cell in gitoxide could be replaced by https://doc.rust-lang.org/std/cell/struct.LazyCell.html (stable since Rust 1.80), or by https://doc.rust-lang.org/std/cell/struct.OnceCell.html , or by https://doc.rust-lang.org/std/sync/struct.LazyLock.html if thread-safety is needed.
EliahKagan
Metadata
Metadata
Assignees
Labels
acknowledgedan issue is accepted as shortcoming to be fixedan issue is accepted as shortcoming to be fixedblockedIssue can't progress due to external dependenciesIssue can't progress due to external dependencies