Fix dumb clippy errors

This commit is contained in:
Diego Reis 2025-04-03 16:25:13 -03:00
parent 66e12e1c2d
commit 79f8b83cbe
7 changed files with 22 additions and 6 deletions

View file

@ -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!()
}
}