mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 04:32:19 +08:00
Rustfmt + clippy
This commit is contained in:
@@ -39,7 +39,7 @@ impl<'stmt> Rows<'stmt> {
|
||||
where
|
||||
F: FnMut(&Row<'_>) -> Result<B>,
|
||||
{
|
||||
Map { rows: self, f: f }
|
||||
Map { rows: self, f }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user