warnings cleanup

This commit is contained in:
Mark Watts 2021-07-02 20:39:02 -04:00
parent 15df38fc8f
commit d4736a83e4
2 changed files with 2 additions and 2 deletions

View file

@ -424,7 +424,7 @@ mod test {
entid: i64, entid: i64,
boolean: bool, boolean: bool,
long_val: i64, long_val: i64,
}; }
let mut results: Vec<Res> = QueryBuilder::new( let mut results: Vec<Res> = QueryBuilder::new(
&mut store, &mut store,

View file

@ -1145,7 +1145,7 @@ fn test_upgrade_with_functions() {
)?; )?;
ip.transact_builder(builder).and(Ok(())).map_err(|e| e) ip.transact_builder(builder).and(Ok(())).map_err(|e| e)
} }
}; }
{ {
let mut in_progress = store.begin_transaction().expect("began"); let mut in_progress = store.begin_transaction().expect("began");