mirror of
https://github.com/isar/rusqlite.git
synced 2026-03-24 06:59:13 +08:00
rustfmt
This commit is contained in:
@@ -965,9 +965,7 @@ pub struct Rows<'stmt> {
|
||||
|
||||
impl<'stmt> Rows<'stmt> {
|
||||
fn new(stmt: &'stmt Statement<'stmt>) -> Rows<'stmt> {
|
||||
Rows {
|
||||
stmt: Some(stmt),
|
||||
}
|
||||
Rows { stmt: Some(stmt) }
|
||||
}
|
||||
|
||||
fn get_expected_row<'a>(&'a mut self) -> Result<Row<'a, 'stmt>> {
|
||||
|
||||
Reference in New Issue
Block a user