Skip to content

Commit 39cd184

Browse files
camelidJoshua Nelson
and
Joshua Nelson
authored
Remove unnecessary intra-doc link
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent 707298d commit 39cd184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/future/future.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ pub trait Future {
9191
/// (memory corruption, incorrect use of `unsafe` functions, or the like),
9292
/// regardless of the future's state.
9393
///
94-
/// [`Poll::Pending`]: Poll::Pending
9594
/// [`Poll::Ready(val)`]: Poll::Ready
9695
/// [`Waker`]: crate::task::Waker
9796
/// [`Waker::wake`]: crate::task::Waker::wake

0 commit comments

Comments
 (0)