Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b67a82

Browse files
committed
Fix a claippy warning
1 parentdbd4d02 commit8b67a82

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)

[8]ページ先頭

©2009-2025 Movatter.jp