mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
fix(ecstore): remove unused cfg(test) import of content_matches_by_etag The #[cfg(test)] use of content_matches_by_etag at module level is redundant — the test module already imports it locally at line 369. This was causing a clippy unused-imports error under -D warnings.
This commit is contained in: