Skip to content

Commit 4534ced

Browse files
committed
Put unused type parameter into use
1 parent 2093f3e commit 4534ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl<'a> Transaction<'a> {
157157
/// Like `Client::execute_iter`.
158158
pub async fn execute_raw<'b, I, T>(
159159
&self,
160-
statement: &Statement,
160+
statement: &T,
161161
params: I,
162162
) -> Result<u64, Error>
163163
where

0 commit comments

Comments
 (0)