Skip to content

Commit ad44100

Browse files
authored
Remove outdated comment (#2230)
1 parent 2539ddc commit ad44100

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

futures-util/src/stream/once.rs

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ pub fn once<Fut: Future>(future: Fut) -> Once<Fut> {
2020
}
2121

2222
/// A stream which emits single element and then EOF.
23-
///
24-
/// This stream will never block and is always ready.
2523
#[pin_project]
2624
#[derive(Debug)]
2725
#[must_use = "streams do nothing unless polled"]

0 commit comments

Comments
 (0)