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 a64ec76 commit 26a4470Copy full SHA for 26a4470
futures-util/src/future/pending.rs
@@ -3,7 +3,7 @@ use core::pin::Pin;
3
use futures_core::future::{FusedFuture, Future};
4
use futures_core::task::{Context, Poll};
5
6
-/// Future for the [`pending`] function.
+/// Future for the [`pending()`] function.
7
#[derive(Debug)]
8
#[must_use = "futures do nothing unless you `.await` or poll them"]
9
pub struct Pending<T> {
0 commit comments