We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9b220 commit d983ed7Copy full SHA for d983ed7
tokio/src/io/uring/read.rs
@@ -35,7 +35,7 @@ impl Op<Read> {
35
.build();
36
37
// SAFETY: Parameters are valid for the entire duration of the operation
38
- let op = unsafe { Op::new(read_op, Read { fd: fd }) };
+ let op = unsafe { Op::new(read_op, Read { fd }) };
39
40
Ok(op)
41
}
0 commit comments