fix(replication): address resync review follow-up (#4155)

* fix(replication): address resync crate review

* fix(replication): skip fixext fields correctly

* fix(replication): satisfy resync clippy
This commit is contained in:
Zhengchao An
2026-07-02 04:00:28 +08:00
committed by GitHub
parent e80391f1aa
commit 8f01012071
2 changed files with 43 additions and 10 deletions
@@ -2543,7 +2543,7 @@ fi
(
cd "$ROOT_DIR"
rg -n --with-filename 'pub\s+(?:struct|enum)\s+(ResyncOpts|TargetReplicationResyncStatus|BucketReplicationResyncStatus|ResyncStatusType)\b' \
rg -n --with-filename 'pub\s+(struct|enum)\s+(ResyncOpts|TargetReplicationResyncStatus|BucketReplicationResyncStatus|ResyncStatusType)\b' \
crates/ecstore/src/bucket/replication \
--glob '*.rs' || true
) >"$REPLICATION_RESYNC_CONTRACT_BACKSLIDE_HITS_FILE"