mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 11:14:20 +01:00
fix clippy and remove old action yaml
This commit is contained in:
@@ -218,6 +218,7 @@ impl SyncEngine {
|
||||
Ok(())
|
||||
});
|
||||
Ok(GeneratorHolder {
|
||||
#[allow(clippy::arc_with_non_send_sync)]
|
||||
generator: Arc::new(Mutex::new(generator)),
|
||||
response: Arc::new(Mutex::new(None)),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user