From 21dbbae8996ec9d5aa4b0e6a5bd3fdaef1564a7f Mon Sep 17 00:00:00 2001 From: Matei David Date: Wed, 3 Apr 2024 19:02:50 +0100 Subject: [PATCH] @clux's feedback Co-authored-by: Eirik A Signed-off-by: Matei David --- examples/shared_stream_controllers.rs | 2 +- kube-runtime/src/utils/watch_ext.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/shared_stream_controllers.rs b/examples/shared_stream_controllers.rs index 0e2e3f2cd..0cbbb0de3 100644 --- a/examples/shared_stream_controllers.rs +++ b/examples/shared_stream_controllers.rs @@ -147,7 +147,7 @@ async fn reconcile_metadata(pod: Arc, ctx: Arc) -> Result(self, writer: Writer) -> impl Stream + fn reflect_shared(self, writer: Writer) -> impl Stream where Self: Stream>> + Sized, K: Resource + Clone + 'static,