Skip to content

Commit 768faa9

Browse files
authored
Fix lint (#273)
1 parent 3236b33 commit 768faa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opcode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ macro_rules! opcode {
9797
/// inline zeroed to improve codegen
9898
#[inline(always)]
9999
fn sqe_zeroed() -> sys::io_uring_sqe {
100-
unsafe { std::mem::zeroed() }
100+
unsafe { mem::zeroed() }
101101
}
102102

103103
opcode! {

0 commit comments

Comments
 (0)