mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-19 15:05:47 +01:00
Remove redundant lifetime parameter from Statement::step()
This commit is contained in:
@@ -220,7 +220,7 @@ impl Rows {
|
||||
Self { stmt }
|
||||
}
|
||||
|
||||
pub fn next<'a>(&'a mut self) -> Result<RowResult<'a>> {
|
||||
pub fn next(&mut self) -> Result<RowResult<'_>> {
|
||||
self.stmt.step()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user