create separate state machines file

This commit is contained in:
pedrocarlo
2025-07-30 14:53:32 -03:00
parent bd9df6262f
commit 7012860800
2 changed files with 1 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ pub(crate) mod page_cache;
#[allow(clippy::arc_with_non_send_sync)]
pub(crate) mod pager;
pub(crate) mod sqlite3_ondisk;
mod state_machines;
#[allow(clippy::arc_with_non_send_sync)]
pub(crate) mod wal;

View File