Skip to content

Commit 84c8ae3

Browse files
author
lucas11776
committed
Updated: .
1 parent 009c3f2 commit 84c8ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlx-postgres/src/arguments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl Arguments for PgArguments {
182182
self.buffer.count += arguments.buffer.count;
183183
}
184184

185-
drop(arguments);
185+
// drop(arguments);
186186
}
187187

188188
fn position<'t, T>(&mut self, position: u32, value: T) -> Result<(), BoxDynError>

0 commit comments

Comments
 (0)