Skip to content

Commit b6672a1

Browse files
author
lucas11776
committed
Fixed: lint errors
1 parent bcd21a6 commit b6672a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlx-core/src/any/arguments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl Arguments for AnyArguments {
3232
}
3333

3434
fn merge(&mut self, arguments: Self) {
35-
todo!()
35+
self.values.0.extend(arguments.values.0);
3636
}
3737
}
3838

0 commit comments

Comments
 (0)