mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Rollup merge of #91646 - ibraheemdev:patch-9, r=dtolnay
Fix documentation for `core::ready::Ready`
This commit is contained in:
commit
1fca934898
@ -2,7 +2,7 @@ use crate::future::Future;
|
|||||||
use crate::pin::Pin;
|
use crate::pin::Pin;
|
||||||
use crate::task::{Context, Poll};
|
use crate::task::{Context, Poll};
|
||||||
|
|
||||||
/// Creates a future that is immediately ready with a value.
|
/// A future that is immediately ready with a value.
|
||||||
///
|
///
|
||||||
/// This `struct` is created by [`ready()`]. See its
|
/// This `struct` is created by [`ready()`]. See its
|
||||||
/// documentation for more.
|
/// documentation for more.
|
||||||
|
Loading…
Reference in New Issue
Block a user