Skip to content

Commit 26a4470

Browse files
Marwestaiki-e
authored andcommitted
Update futures-util/src/future/pending.rs
Co-Authored-By: Taiki Endo <[email protected]>
1 parent a64ec76 commit 26a4470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/future/pending.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use core::pin::Pin;
33
use futures_core::future::{FusedFuture, Future};
44
use futures_core::task::{Context, Poll};
55

6-
/// Future for the [`pending`] function.
6+
/// Future for the [`pending()`] function.
77
#[derive(Debug)]
88
#[must_use = "futures do nothing unless you `.await` or poll them"]
99
pub struct Pending<T> {

0 commit comments

Comments
 (0)