We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0015399 commit 2d174cfCopy full SHA for 2d174cf
futures-util/src/try_stream/mod.rs
@@ -680,7 +680,7 @@ pub trait TryStreamExt: TryStream {
680
681
// TODO: false positive warning from rustdoc. Verify once #43466 settles
682
//
683
- /// A convenience method for calling [`poll_next_unpin`](StreamExt::poll_next_unpin) on [`Unpin`]
+ /// A convenience method for calling [`TryStream::try_poll_next`] on [`Unpin`]
684
/// stream types.
685
fn try_poll_next_unpin(
686
&mut self,
0 commit comments