fix clippy
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
Boog900 2024-08-01 01:54:52 +01:00
parent acc913c550
commit a722ec6df8
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -36,7 +36,7 @@
//! - The last [`BCReadHandle`] is dropped => reader thread-pool exits
//! - The last [`BCWriteHandle`] is dropped => writer thread exits
//!
//! TODO: update this when ConcreteEnv is removed
//! TODO: update this when [`ConcreteEnv`] is removed
//! Upon dropping the [`cuprate_database::ConcreteEnv`]:
//! - All un-processed database transactions are completed
//! - All data gets flushed to disk (caused by [`Drop::drop`] impl on `ConcreteEnv`)