summaryrefslogtreecommitdiffstats
path: root/tokio/src/stream/iter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/stream/iter.rs')
-rw-r--r--tokio/src/stream/iter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/stream/iter.rs b/tokio/src/stream/iter.rs
index 36eeb561..d84929d7 100644
--- a/tokio/src/stream/iter.rs
+++ b/tokio/src/stream/iter.rs
@@ -3,7 +3,7 @@ use crate::stream::Stream;
use core::pin::Pin;
use core::task::{Context, Poll};
-/// Stream for the [`iter`] function.
+/// Stream for the [`iter`](fn@iter) function.
#[derive(Debug)]
#[must_use = "streams do nothing unless polled"]
pub struct Iter<I> {