Sourced from once_cell's changelog.
1.13.0
- Add
Lazy::get
, similar toOnceCell::get
.1.12.1
- Remove incorrect
debug_assert
.
eda22ce
Merge #1832b0e3e5
Publish 1.13.061e27f9
Add a Lazy::get
function, similar to OnceCell::get
2be67cc
Merge #187c2ce5bd
remove incorrect debug assert2cdfc1e
Merge #184b7839ed
reduce iteration counts for Miric1a3827
Miri has gained some more features485aaa8
Merge #180a36132d
Fix comment of not new but get_mut