mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Remove unused lifetime parameter
This commit is contained in:
parent
4474d067fe
commit
addfb3cbc0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue