mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-20 15:03:52 +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