mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-23 13:12:26 +08:00
Fix clippy warnings
This commit is contained in:
@@ -779,7 +779,7 @@ impl InnerConnection {
|
||||
// attempt to turn on extended results code; don't fail if we can't.
|
||||
ffi::sqlite3_extended_result_codes(db, 1);
|
||||
|
||||
Ok(InnerConnection { db: db })
|
||||
Ok(InnerConnection { db })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user