mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
Fix dumb clippy errors
This commit is contained in:
@@ -176,4 +176,8 @@ impl limbo_core::IO for IO {
|
||||
fn generate_random_number(&self) -> i64 {
|
||||
todo!();
|
||||
}
|
||||
|
||||
fn get_memory_io(&self) -> Option<Arc<limbo_core::MemoryIO>> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user