From b234f9cf98f6dd68390e603444fdfb88341f54ea Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Fri, 3 Jul 2026 11:35:51 +0800 Subject: [PATCH] fix: auto-repair breaking changes from 48b70f6e (#4218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.