From ca451a7c9c3c2f55e26ea35d621e3637d74af070 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 30 Mar 2018 12:19:10 -0700 Subject: [PATCH] Silence a warning in Tolstoy. --- tests/tolstoy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tolstoy.rs b/tests/tolstoy.rs index a6e29fd8..4c905e00 100644 --- a/tests/tolstoy.rs +++ b/tests/tolstoy.rs @@ -112,7 +112,7 @@ fn test_reader() { ]"#).expect("successful transaction").tempids; let numba_entity_id = ids.get("s").unwrap(); - let mut bootstrap_tx = None; + let bootstrap_tx; { let db_tx = c.transaction().expect("db tx"); // Expect to see one more transaction of four parts (one for tx datom itself).