Skip to content

Commit

Permalink
Fix futures_util/stream/enumerate
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed May 1, 2019
1 parent eb536e1 commit 02a1d66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions futures-util/src/stream/enumerate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ use futures_core::task::{Context, Poll};
use futures_sink::Sink;
use pin_utils::{unsafe_pinned, unsafe_unpinned};

// TODO: rustdoc false positive warning about being unable to resolve: StreamExt::enumerate
//
/// Stream for the [`enumerate`](StreamExt::enumerate) method.
/// Stream for the [`enumerate`](super::StreamExt::enumerate) method.
#[derive(Debug)]
#[must_use = "streams do nothing unless polled"]
pub struct Enumerate<St: Stream> {
Expand Down

0 comments on commit 02a1d66

Please sign in to comment.