Skip to content

Commit 0afa002

Browse files
teor2345taiki-e
authored andcommitted
Remove an incorrect comment (#2456)
It looks like this comment was copy-pasted from the previous doc test.
1 parent e3cd164 commit 0afa002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

futures-util/src/stream/select_with_strategy.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ pin_project! {
9797
/// let left = repeat(1);
9898
/// let right = repeat(2);
9999
///
100-
/// // We don't need any state, so let's make it an empty tuple.
101100
/// let rrobin = |last: &mut PollNext| last.toggle();
102101
///
103102
/// let mut out = select_with_strategy(left, right, rrobin);

0 commit comments

Comments
 (0)