We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac00a89 commit b93b785Copy full SHA for b93b785
futures-channel/src/oneshot.rs
@@ -399,7 +399,7 @@ impl<T> Receiver<T> {
399
///
400
/// Any `send` operation which happens after this method returns is
401
/// guaranteed to fail. After calling this method, you can use
402
- /// [`Receiver::poll`](Future::poll) to determine whether a
+ /// [`Receiver::poll`](core::future::Future::poll) to determine whether a
403
/// message had previously been sent.
404
pub fn close(&mut self) {
405
self.inner.close_rx()
0 commit comments