Add #[doc(inline)] in std::task
Add #[doc(inline)] in `std::task` to make the doc seem right.
This commit is contained in:
parent
c5a129e809
commit
02c96d4733
1 changed files with 2 additions and 0 deletions
|
@ -467,7 +467,9 @@ pub use core::hint;
|
||||||
issue = "50547")]
|
issue = "50547")]
|
||||||
pub mod task {
|
pub mod task {
|
||||||
//! Types and Traits for working with asynchronous tasks.
|
//! Types and Traits for working with asynchronous tasks.
|
||||||
|
#[doc(inline)]
|
||||||
pub use core::task::*;
|
pub use core::task::*;
|
||||||
|
#[doc(inline)]
|
||||||
pub use alloc_crate::task::*;
|
pub use alloc_crate::task::*;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue