File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ use crate::task::{Context, Poll};
9
9
///
10
10
/// This `struct` is created by the [`pending`] function. See its
11
11
/// documentation for more.
12
- ///
13
- /// [`pending`]: fn.pending.html
14
12
#[ stable( feature = "future_readiness_fns" , since = "1.48.0" ) ]
15
13
#[ must_use = "futures do nothing unless you `.await` or poll them" ]
16
14
pub struct Pending < T > {
Original file line number Diff line number Diff line change 35
35
///
36
36
/// This `struct` is created by the [`poll_fn`] function. See its
37
37
/// documentation for more.
38
- ///
39
- /// [`poll_fn`]: fn.poll_fn.html
40
38
#[ must_use = "futures do nothing unless you `.await` or poll them" ]
41
39
#[ unstable( feature = "future_poll_fn" , issue = "72302" ) ]
42
40
pub struct PollFn < F > {
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ use crate::task::{Context, Poll};
6
6
///
7
7
/// This `struct` is created by the [`ready`] function. See its
8
8
/// documentation for more.
9
- ///
10
- /// [`ready`]: fn.ready.html
11
9
#[ stable( feature = "future_readiness_fns" , since = "1.48.0" ) ]
12
10
#[ derive( Debug , Clone ) ]
13
11
#[ must_use = "futures do nothing unless you `.await` or poll them" ]
You can’t perform that action at this time.
0 commit comments