mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
Fix dumb clippy errors
This commit is contained in:
parent
66e12e1c2d
commit
79f8b83cbe
7 changed files with 22 additions and 6 deletions
|
@ -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!()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue