mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
fix clippy
This commit is contained in:
@@ -76,6 +76,7 @@ pub struct BTreeTablePageData {
|
||||
#[derive(Debug)]
|
||||
pub enum BTreePageData {
|
||||
Table(BTreeTablePageData),
|
||||
#[allow(dead_code)]
|
||||
Overflow(BTreeOverflowPageData),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user