Skip to content

Commit

Permalink
Fix a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnivas committed Jul 10, 2024
1 parent dbd4d02 commit 0fa3247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-postgres/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ where
};
let responses = start(client, buf).await?;
Ok(RowStream {
statement: statement,
statement,
responses,
rows_affected: None,
_p: PhantomPinned,
Expand Down

0 comments on commit 0fa3247

Please sign in to comment.