mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 00:15:20 +01:00
Remove unused lifetime parameter
This commit is contained in:
@@ -67,7 +67,7 @@ impl SimulatorIO {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> IO for SimulatorIO {
|
||||
impl IO for SimulatorIO {
|
||||
fn open_file(&self, path: &str) -> Result<Rc<dyn limbo_core::File>> {
|
||||
let inner = self.inner.open_file(path)?;
|
||||
let file = Rc::new(SimulatorFile {
|
||||
|
||||
Reference in New Issue
Block a user