mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Add page bitmap to storage mod.rs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user