mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-13 16:28:55 +08:00
Fix clippy warnings
This commit is contained in:
@@ -92,7 +92,7 @@ impl<'conn> CachedStatement<'conn> {
|
||||
fn new(stmt: Statement<'conn>, cache: &'conn StatementCache) -> CachedStatement<'conn> {
|
||||
CachedStatement {
|
||||
stmt: Some(stmt),
|
||||
cache: cache,
|
||||
cache,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user