We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2539ddc commit ad44100Copy full SHA for ad44100
futures-util/src/stream/once.rs
@@ -20,8 +20,6 @@ pub fn once<Fut: Future>(future: Fut) -> Once<Fut> {
20
}
21
22
/// A stream which emits single element and then EOF.
23
-///
24
-/// This stream will never block and is always ready.
25
#[pin_project]
26
#[derive(Debug)]
27
#[must_use = "streams do nothing unless polled"]
0 commit comments