From 6a93f4b3c6dfef6b65a121a1108139b58737d576 Mon Sep 17 00:00:00 2001 From: clux Date: Fri, 13 Sep 2024 20:13:48 +0100 Subject: [PATCH] remove stray reference to unstable in docs for the entrypoint Signed-off-by: clux --- kube-runtime/src/utils/watch_ext.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/kube-runtime/src/utils/watch_ext.rs b/kube-runtime/src/utils/watch_ext.rs index b50f88d14..e25c02c19 100644 --- a/kube-runtime/src/utils/watch_ext.rs +++ b/kube-runtime/src/utils/watch_ext.rs @@ -97,8 +97,6 @@ pub trait WatchStreamExt: Stream { /// Common use case for this is to avoid repeat events for status updates /// by filtering on [`predicates::generation`](crate::predicates::generation). /// - /// **NB**: This is constructor requires an [`unstable`](https://github.com/kube-rs/kube/blob/main/kube-runtime/Cargo.toml#L17-L21) feature. - /// /// ## Usage /// ```no_run /// # use std::pin::pin;