Skip to content

Commit d983ed7

Browse files
committed
fix clippy lint
1 parent 1a9b220 commit d983ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/io/uring/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl Op<Read> {
3535
.build();
3636

3737
// SAFETY: Parameters are valid for the entire duration of the operation
38-
let op = unsafe { Op::new(read_op, Read { fd: fd }) };
38+
let op = unsafe { Op::new(read_op, Read { fd }) };
3939

4040
Ok(op)
4141
}

0 commit comments

Comments
 (0)