Skip to content

Commit 0dce221

Browse files
MajorBreakfastcramertj
authored andcommitted
Change to task::Context in docs for oneshot
1 parent 1b43a0e commit 0dce221

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
@@ -403,7 +403,7 @@ impl<T> Receiver<T> {
403403

404404
/// Attempts to receive a message outside of the context of a task.
405405
///
406-
/// Useful when a [`Context`](Context) is not available
406+
/// Useful when a [`Context`](task::Context) is not available
407407
/// such as within a `Drop` impl.
408408
///
409409
/// Does not schedule a task wakeup or have any other side effects.

0 commit comments

Comments
 (0)