summaryrefslogtreecommitdiff
path: root/keystore2/src/database.rs
diff options
context:
space:
mode:
Diffstat (limited to 'keystore2/src/database.rs')
-rw-r--r--keystore2/src/database.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/keystore2/src/database.rs b/keystore2/src/database.rs
index f343cb33..113c049b 100644
--- a/keystore2/src/database.rs
+++ b/keystore2/src/database.rs
@@ -845,6 +845,7 @@ impl AuthTokenEntry {
/// Shared in-memory databases get destroyed as soon as the last connection to them gets closed.
/// This object does not allow access to the database connection. But it keeps a database
/// connection alive in order to keep the in memory per boot database alive.
+#[allow(dead_code)]
pub struct PerBootDbKeepAlive(Connection);
impl KeystoreDB {