fix: auto-repair breaking changes from 48b70f6e (#4218)

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:
Zhengchao An
2026-07-03 11:35:51 +08:00
committed by GitHub
parent e9af89b40d
commit b234f9cf98

Diff Content Not Available