mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
macros: fix typo in doc comment (#5671)
This commit is contained in:
@@ -209,7 +209,7 @@ pub fn main(args: TokenStream, item: TokenStream) -> TokenStream {
|
|||||||
|
|
||||||
/// Marks async function to be executed by selected runtime. This macro helps set up a `Runtime`
|
/// Marks async function to be executed by selected runtime. This macro helps set up a `Runtime`
|
||||||
/// without requiring the user to use [Runtime](../tokio/runtime/struct.Runtime.html) or
|
/// without requiring the user to use [Runtime](../tokio/runtime/struct.Runtime.html) or
|
||||||
/// [Builder](../tokio/runtime/struct.builder.html) directly.
|
/// [Builder](../tokio/runtime/struct.Builder.html) directly.
|
||||||
///
|
///
|
||||||
/// ## Function arguments:
|
/// ## Function arguments:
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user