Skip to content

Commit

Permalink
post rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fathyb committed Mar 20, 2023
1 parent a834557 commit badcfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io-uring-test/src/tests/register_buffers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub fn test_register_buffers<S: squeue::EntryMarker, C: cqueue::EntryMarker>(
iov_base: buf.as_mut_ptr() as _,
}];

test_register(ring, test, "register_buffers", None, |ring| {
test_register(ring, test, "register_buffers", None, |ring| unsafe {
ring.submitter().register_buffers(&iovecs)
})?;
test_register(
Expand Down

0 comments on commit badcfc6

Please sign in to comment.