Silence a warning in Tolstoy.
This commit is contained in:
parent
66b892572c
commit
ca451a7c9c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ fn test_reader() {
|
||||||
]"#).expect("successful transaction").tempids;
|
]"#).expect("successful transaction").tempids;
|
||||||
let numba_entity_id = ids.get("s").unwrap();
|
let numba_entity_id = ids.get("s").unwrap();
|
||||||
|
|
||||||
let mut bootstrap_tx = None;
|
let bootstrap_tx;
|
||||||
{
|
{
|
||||||
let db_tx = c.transaction().expect("db tx");
|
let db_tx = c.transaction().expect("db tx");
|
||||||
// Expect to see one more transaction of four parts (one for tx datom itself).
|
// Expect to see one more transaction of four parts (one for tx datom itself).
|
||||||
|
|
Loading…
Reference in a new issue