matklad / once_cell

Rust library for single assignment cells and lazy statics without macros
Apache License 2.0
1.84k stars 110 forks source link

Added OnceCell::into_inner() for sync and unsync. #29

Closed manuthambi closed 5 years ago

manuthambi commented 5 years ago

28

matklad commented 5 years ago

bors r+

bors[bot] commented 5 years ago

Build succeeded

manuthambi commented 5 years ago

Thanks for reviewing and merging it!

matklad commented 5 years ago

published as 0.2.2!