fix clippy

This commit is contained in:
Nikita Sivukhin
2025-09-25 12:08:10 +04:00
parent 6015dee36e
commit 3c0b04b530

View File

@@ -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(),