fix clippy

This commit is contained in:
Nikita Sivukhin
2025-07-12 21:19:33 +04:00
parent aceaf182b1
commit c4841e18f3

View File

@@ -76,6 +76,7 @@ pub struct BTreeTablePageData {
#[derive(Debug)]
pub enum BTreePageData {
Table(BTreeTablePageData),
#[allow(dead_code)]
Overflow(BTreeOverflowPageData),
}