diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 16:41:59 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 16:41:59 -0400 |
commit | 234ac98e16d1c05322a22e5ad1b293cbb04d864d (patch) | |
tree | 2225345654e40a2454527a40a3152e8c75cb2e48 /.gitignore | |
parent | 46c82747f50aa3e77e33888de56101c8a40bda5c (diff) | |
download | starb-234ac98e16d1c05322a22e5ad1b293cbb04d864d.tar.gz starb-234ac98e16d1c05322a22e5ad1b293cbb04d864d.zip |
Remove `Copy` requirement for most methods.
The ring buffer will now take and pass ownership as required, so the
`Copy` trait constraint is no longer required.
The one exception is `Writer::unshift_from`, where we're taking data
we don't know how to replace from an arbitrary slice, so that needs to
be `Copy`-able.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions