mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 16:48:58 +00:00
5c94fe7dd7
fix(ecstore): improve expect() messages in replication_resyncer Replace unwrap() with expect() for better error diagnostics in replication_resyncer.rs: - HashMap get_mut calls now have descriptive expect messages - format() calls now use unwrap_or_else for error handling Refs https://github.com/rustfs/backlog/issues/729