Add page bitmap to storage mod.rs

This commit is contained in:
PThorpe92
2025-08-03 19:50:31 -04:00
parent 3e30335ea5
commit 5378195ad6

View File

@@ -13,6 +13,8 @@
pub(crate) mod btree;
pub(crate) mod buffer_pool;
pub(crate) mod database;
#[allow(dead_code)]
pub(super) mod page_bitmap;
pub(crate) mod page_cache;
#[allow(clippy::arc_with_non_send_sync)]
pub(crate) mod pager;