warnings cleanup
This commit is contained in:
parent
15df38fc8f
commit
d4736a83e4
2 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ mod test {
|
|||
entid: i64,
|
||||
boolean: bool,
|
||||
long_val: i64,
|
||||
};
|
||||
}
|
||||
|
||||
let mut results: Vec<Res> = QueryBuilder::new(
|
||||
&mut store,
|
||||
|
|
|
@ -1145,7 +1145,7 @@ fn test_upgrade_with_functions() {
|
|||
)?;
|
||||
ip.transact_builder(builder).and(Ok(())).map_err(|e| e)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
let mut in_progress = store.begin_transaction().expect("began");
|
||||
|
|
Loading…
Reference in a new issue