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.