mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 09:09:19 +08:00
Clippy
This commit is contained in:
parent
2b8eee2b83
commit
000566811f
@ -800,7 +800,7 @@ impl InnerConnection {
|
|||||||
#[cfg(feature = "hooks")]
|
#[cfg(feature = "hooks")]
|
||||||
fn new(db: *mut ffi::sqlite3) -> InnerConnection {
|
fn new(db: *mut ffi::sqlite3) -> InnerConnection {
|
||||||
InnerConnection {
|
InnerConnection {
|
||||||
db: db,
|
db,
|
||||||
interrupt_lock: Arc::new(Mutex::new(db)),
|
interrupt_lock: Arc::new(Mutex::new(db)),
|
||||||
free_commit_hook: None,
|
free_commit_hook: None,
|
||||||
free_rollback_hook: None,
|
free_rollback_hook: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user