mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 07:36:53 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user