`once_cell::sync::Lazy` became a part of the rust standard library starting from Rust 1.70. Unless you have a reason to support older versions, you may consider switching to the std implementation.
once_cell::sync::Lazybecame a part of the rust standard library starting from Rust 1.70.Unless you have a reason to support older versions, you may consider switching to the std implementation.