This commit is contained in:
John Gallagher
2016-05-19 20:04:33 -05:00
parent a4c3158b95
commit 71aa41c27a
3 changed files with 22 additions and 16 deletions

View File

@@ -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>> {