Skip to content

Commit b93b785

Browse files
najamelancramertj
authored andcommitted
futures_channel
1 parent ac00a89 commit b93b785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-channel/src/oneshot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ impl<T> Receiver<T> {
399399
///
400400
/// Any `send` operation which happens after this method returns is
401401
/// guaranteed to fail. After calling this method, you can use
402-
/// [`Receiver::poll`](Future::poll) to determine whether a
402+
/// [`Receiver::poll`](core::future::Future::poll) to determine whether a
403403
/// message had previously been sent.
404404
pub fn close(&mut self) {
405405
self.inner.close_rx()

0 commit comments

Comments
 (0)