Rustfmt + clippy

This commit is contained in:
gwenn
2019-03-21 19:13:55 +01:00
parent 4ef5bcaf55
commit 80205da623
3 changed files with 3 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ impl<'stmt> Rows<'stmt> {
where
F: FnMut(&Row<'_>) -> Result<B>,
{
Map { rows: self, f: f }
Map { rows: self, f }
}
}