mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Fix doc comment spelling in lib.rs (#2233)
This commit is contained in:
@@ -122,7 +122,7 @@ pub fn main_basic(args: TokenStream, item: TokenStream) -> TokenStream {
|
|||||||
entry::main(args, item, false)
|
entry::main(args, item, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Marks async function to be executed by runtime, suitable to test enviornment
|
/// Marks async function to be executed by runtime, suitable to test environment
|
||||||
///
|
///
|
||||||
/// ## Options:
|
/// ## Options:
|
||||||
///
|
///
|
||||||
@@ -153,7 +153,7 @@ pub fn test_threaded(args: TokenStream, item: TokenStream) -> TokenStream {
|
|||||||
entry::test(args, item, true)
|
entry::test(args, item, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Marks async function to be executed by runtime, suitable to test enviornment
|
/// Marks async function to be executed by runtime, suitable to test environment
|
||||||
///
|
///
|
||||||
/// ## Options:
|
/// ## Options:
|
||||||
///
|
///
|
||||||
@@ -184,7 +184,7 @@ pub fn test(args: TokenStream, item: TokenStream) -> TokenStream {
|
|||||||
entry::old::test(args, item)
|
entry::old::test(args, item)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Marks async function to be executed by runtime, suitable to test enviornment
|
/// Marks async function to be executed by runtime, suitable to test environment
|
||||||
///
|
///
|
||||||
/// ## Options:
|
/// ## Options:
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user