Merge "Update needed for Rust v1.77.0" into main
This commit is contained in:
commit
5eb0727bc0
1 changed files with 1 additions and 0 deletions
|
@ -845,6 +845,7 @@ impl AuthTokenEntry {
|
||||||
/// Shared in-memory databases get destroyed as soon as the last connection to them gets closed.
|
/// 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
|
/// 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.
|
/// connection alive in order to keep the in memory per boot database alive.
|
||||||
|
#[allow(dead_code)]
|
||||||
pub struct PerBootDbKeepAlive(Connection);
|
pub struct PerBootDbKeepAlive(Connection);
|
||||||
|
|
||||||
impl KeystoreDB {
|
impl KeystoreDB {
|
||||||
|
|
Loading…
Reference in a new issue