Skip to content

Commit 8d25c2a

Browse files
committed
activate
1 parent 47a5d48 commit 8d25c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riffle-server/src/store/local/uring_io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ impl LocalIO for UringIo {
383383
let bufs = options
384384
.data
385385
.always_bytes()
386-
.iter()
386+
.iter_mut()
387387
.map(|x| x.as_ref())
388388
.map(|mut x| RawBuf {
389389
ptr: x.as_mut_ptr(),

0 commit comments

Comments
 (0)