Skip to content

Commit

Permalink
Fix lint (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
SUPERCILEX authored Apr 17, 2024
1 parent 3236b33 commit 768faa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opcode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ macro_rules! opcode {
/// inline zeroed to improve codegen
#[inline(always)]
fn sqe_zeroed() -> sys::io_uring_sqe {
unsafe { std::mem::zeroed() }
unsafe { mem::zeroed() }
}

opcode! {
Expand Down

0 comments on commit 768faa9

Please sign in to comment.