mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
format
This commit is contained in:
parent
25c817413b
commit
eff747b756
@ -686,10 +686,7 @@ where
|
||||
!boxed_aggr.is_null(),
|
||||
"Internal error - null aggregate pointer"
|
||||
);
|
||||
let mut ctx = Context {
|
||||
ctx,
|
||||
args: &mut [],
|
||||
};
|
||||
let mut ctx = Context { ctx, args: &mut [] };
|
||||
(*boxed_aggr).finalize(&mut ctx, a)
|
||||
});
|
||||
let t = match r {
|
||||
|
Loading…
Reference in New Issue
Block a user