Little cleanup
This commit is contained in:
parent
3ec5517197
commit
af0b6d003d
@ -1913,10 +1913,7 @@ impl<'trans, 'stmt> LazyRows<'trans, 'stmt> {
|
|||||||
max_rows: self.row_limit
|
max_rows: self.row_limit
|
||||||
},
|
},
|
||||||
Sync]));
|
Sync]));
|
||||||
read_rows(&mut conn, &mut self.data).map(|more_rows| {
|
read_rows(&mut conn, &mut self.data).map(|more_rows| self.more_rows = more_rows)
|
||||||
self.more_rows = more_rows;
|
|
||||||
()
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a slice describing the columns of the `LazyRows`.
|
/// Returns a slice describing the columns of the `LazyRows`.
|
||||||
|
Loading…
Reference in New Issue
Block a user