Propagating the new zero-copy VertexBuffer::output_line to credit.rs
Dependencies
- [2]
YHG37GA4Removing one buffer copy in VertexBuffer - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
VO5OQW4WRemoving anyhow in libpijul
Change contents
- replacement in pijul/src/commands/credit.rs at line 106
assert_eq!(self.buf.len(), v.end - v.start);self.buf.resize(v.end - v.start, 0);