From 014c443cb4058e517ce9aaa930e4b844d3cf2512 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 21 Dec 2022 13:07:40 -0800 Subject: [PATCH] undo unrelated change --- linkerd/cache/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/linkerd/cache/src/lib.rs b/linkerd/cache/src/lib.rs index a20b2a66fe..0881443d6c 100644 --- a/linkerd/cache/src/lib.rs +++ b/linkerd/cache/src/lib.rs @@ -310,6 +310,7 @@ impl CacheEntry { // === impl Cached === +#[cfg(feature = "test-util")] impl Cached { /// Returns a new `Cached` handle wrapping the provided value, but *not* /// associated with a cache.