Skip to content

Commit 0deb57a

Browse files
authored
Update mod.rs
1 parent c375c72 commit 0deb57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ impl AsyncPgConnection {
403403
to_sql_result: QueryResult<()>,
404404
collect_bind_result: QueryResult<()>,
405405
query_builder: PgQueryBuilder,
406-
bind_collector: RawBytesBindCollector<Pg>,
406+
mut bind_collector: RawBytesBindCollector<Pg>,
407407
metadata_lookup: PgAsyncMetadataLookup,
408408
) -> BoxFuture<'a, QueryResult<R>>
409409
where

0 commit comments

Comments
 (0)