Skip to content

Commit

Permalink
remove stray reference to unstable in docs for the entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Sep 13, 2024
1 parent 6e0801b commit 6a93f4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kube-runtime/src/utils/watch_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a93f4b

Please sign in to comment.