mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-23 19:24:19 +01:00
sqlite3: Make Clippy happy
This commit is contained in:
@@ -65,6 +65,7 @@ impl sqlite3 {
|
||||
e_open_state: SQLITE_STATE_OPEN,
|
||||
p_err: std::ptr::null_mut(),
|
||||
};
|
||||
#[allow(clippy::arc_with_non_send_sync)]
|
||||
let inner = Arc::new(Mutex::new(inner));
|
||||
Self { inner }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user