mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34:21 +01:00
fix clippy
This commit is contained in:
@@ -147,6 +147,7 @@ impl SyncEngine {
|
||||
turso_node::browser::opfs()
|
||||
}
|
||||
};
|
||||
#[allow(clippy::arc_with_non_send_sync)]
|
||||
let db = Arc::new(Mutex::new(turso_node::Database::new_with_io(
|
||||
opts.path.clone(),
|
||||
io.clone(),
|
||||
|
||||
Reference in New Issue
Block a user