Skip to content

Commit ca406d5

Browse files
committed
fix
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 0473dd3 commit ca406d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-buffer/src/buffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl<T> Buffer<T> {
222222
out_buf
223223
.spare_capacity_mut()
224224
.iter_mut()
225-
.zip(buf.into_iter())
225+
.zip(buf)
226226
.for_each(|(out, in_)| {
227227
out.write(f(in_));
228228
});

0 commit comments

Comments
 (0)