Skip to content

Commit

Permalink
Remove an incorrect comment (#2456)
Browse files Browse the repository at this point in the history
It looks like this comment was copy-pasted from the previous doc test.
  • Loading branch information
teor2345 authored and taiki-e committed Jul 23, 2021
1 parent caf4019 commit c04f3a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion futures-util/src/stream/select_with_strategy.rs
Expand Up @@ -97,7 +97,6 @@ pin_project! {
/// let left = repeat(1);
/// let right = repeat(2);
///
/// // We don't need any state, so let's make it an empty tuple.
/// let rrobin = |last: &mut PollNext| last.toggle();
///
/// let mut out = select_with_strategy(left, right, rrobin);
Expand Down

0 comments on commit c04f3a4

Please sign in to comment.