fix warning

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
pull/299/head
Yoshua Wuyts 5 years ago
parent 12fdc1232d
commit 33806ad44c
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -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…
Cancel
Save