fix clippy and remove old action yaml

This commit is contained in:
Nikita Sivukhin
2025-09-11 00:03:01 +04:00
parent fde376f36c
commit 1a4d334e47
5 changed files with 8 additions and 199 deletions

View File

@@ -577,7 +577,7 @@ impl<P: ProtocolIO> DatabaseSyncEngine<P> {
let mut transformed = if self.opts.use_transform {
Some(
apply_transformation(
&coro,
coro,
self.protocol.as_ref(),
&local_changes,
&replay.generator,