Skip to content

Commit 2d174cf

Browse files
committed
Correct a link to TryStream::try_poll_next
1 parent 0015399 commit 2d174cf

File tree

1 file changed

+1
-1
lines changed
  • futures-util/src/try_stream

1 file changed

+1
-1
lines changed

futures-util/src/try_stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ pub trait TryStreamExt: TryStream {
680680

681681
// TODO: false positive warning from rustdoc. Verify once #43466 settles
682682
//
683-
/// A convenience method for calling [`poll_next_unpin`](StreamExt::poll_next_unpin) on [`Unpin`]
683+
/// A convenience method for calling [`TryStream::try_poll_next`] on [`Unpin`]
684684
/// stream types.
685685
fn try_poll_next_unpin(
686686
&mut self,

0 commit comments

Comments
 (0)