We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48ed85 commit 6f16a1bCopy full SHA for 6f16a1b
futures-util/src/stream/pending.rs
@@ -4,9 +4,7 @@ use core::pin::Pin;
4
use futures_core::{Stream, Poll};
5
use futures_core::task;
6
7
-/// A stream which never returns any elements.
8
-///
9
-/// This stream can be created with the `stream::pending` function.
+/// Stream for the [`pending()`] function.
10
#[derive(Debug)]
11
#[must_use = "streams do nothing unless polled"]
12
pub struct Pending<T> {
0 commit comments