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 707298d commit 39cd184Copy full SHA for 39cd184
library/core/src/future/future.rs
@@ -91,7 +91,6 @@ pub trait Future {
91
/// (memory corruption, incorrect use of `unsafe` functions, or the like),
92
/// regardless of the future's state.
93
///
94
- /// [`Poll::Pending`]: Poll::Pending
95
/// [`Poll::Ready(val)`]: Poll::Ready
96
/// [`Waker`]: crate::task::Waker
97
/// [`Waker::wake`]: crate::task::Waker::wake
0 commit comments