mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-28 23:52:27 +08:00
Lifetime elision
This commit is contained in:
@@ -152,7 +152,7 @@ unsafe impl<'vtab> VTab<'vtab> for SeriesTab {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn open(&'vtab self) -> Result<SeriesTabCursor<'vtab>> {
|
||||
fn open(&self) -> Result<SeriesTabCursor<'_>> {
|
||||
Ok(SeriesTabCursor::new())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user