mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-14 07:22:24 +08:00
Fix clippy warnings
This commit is contained in:
@@ -670,7 +670,7 @@ impl Connection {
|
||||
stmt.check_no_tail()?;
|
||||
let mut rows = stmt.query(params)?;
|
||||
|
||||
rows.get_expected_row().map_err(E::from).and_then(|r| f(&r))
|
||||
rows.get_expected_row().map_err(E::from).and_then(|r| f(r))
|
||||
}
|
||||
|
||||
/// Prepare a SQL statement for execution.
|
||||
|
||||
Reference in New Issue
Block a user