Skip to content

Commit

Permalink
Fix some intra-doc links
Browse files Browse the repository at this point in the history
Signed-off-by: onalante-msft <[email protected]>
  • Loading branch information
onalante-msft committed May 15, 2022
1 parent 6e86928 commit 7349dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube-runtime/src/reflector/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ where

/// Create a (Reader, Writer) for a `Store<K>` for a typed resource `K`
///
/// The `Writer` should be passed to a [`reflector()`],
/// The `Writer` should be passed to a [`reflector()`](super::reflector),
/// and the [`Store`] is a read-only handle.
#[must_use]
pub fn store<K>() -> (Store<K>, Writer<K>)
Expand Down
2 changes: 1 addition & 1 deletion kube-runtime/src/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use crate::utils::ResetTimerBackoff;
use backoff::{backoff::Backoff, ExponentialBackoff};
use derivative::Derivative;
use futures_util::{stream::BoxStream, Stream, StreamExt};
use futures_util::{self, stream::BoxStream, Stream, StreamExt};
use kube_client::{
api::{ListParams, Resource, ResourceExt, WatchEvent},
Api,
Expand Down

0 comments on commit 7349dcd

Please sign in to comment.