forked from mirror/async-std
fix warning
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
12fdc1232d
commit
33806ad44c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use kv_log_macro::trace;
|
|||
/// Calling this function is similar to [spawning] a thread and immediately [joining] it, except an
|
||||
/// asynchronous task will be spawned.
|
||||
///
|
||||
/// See also: [`task::blocking`].
|
||||
/// See also: [`task::spawn_blocking`].
|
||||
///
|
||||
/// [`task::spawn_blocking`]: fn.spawn_blocking.html
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue