diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 16:10:27 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 16:10:27 -0400 |
commit | 46c82747f50aa3e77e33888de56101c8a40bda5c (patch) | |
tree | e354f4804692871c52be16f4e0aca4f920ec3ea7 /COPYING.LESSER | |
parent | 8647cf58a27e56c9fd978c7340ee74c95fbec01f (diff) | |
download | starb-46c82747f50aa3e77e33888de56101c8a40bda5c.tar.gz starb-46c82747f50aa3e77e33888de56101c8a40bda5c.zip |
API Change: Don't require default value for RingBuffer::new().
Use mem::MaybeUninit as the backing store so initialization is no
longer required in `new`.
This is safe, because you can't read anything out of the ring buffer
until you store something, which initializes the memory.
Diffstat (limited to 'COPYING.LESSER')
0 files changed, 0 insertions, 0 deletions