Skip to content

Commit 0fa3247

Browse files
committed
Fix a clippy warning
1 parent dbd4d02 commit 0fa3247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ where
5454
};
5555
let responses = start(client, buf).await?;
5656
Ok(RowStream {
57-
statement: statement,
57+
statement,
5858
responses,
5959
rows_affected: None,
6060
_p: PhantomPinned,

0 commit comments

Comments
 (0)